ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (38.7ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (9.7ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.5ms) BEGIN  (24.4ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (9.7ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.3ms) BEGIN  (16.0ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.5ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.4ms) BEGIN  (13.5ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (8.1ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (8.8ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (17.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (6.2ms) CREATE UNIQUE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (10.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (6.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.9ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.4ms) BEGIN  (2.5ms) ALTER TABLE "spreadsheets" ADD COLUMN "flat_file" character varying(255) PG::UndefinedTable: ERROR: relation "spreadsheets" does not exist : ALTER TABLE "spreadsheets" ADD COLUMN "flat_file" character varying(255)  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "spreadsheets" ADD COLUMN "flat_file" character varying(255) PG::UndefinedTable: ERROR: relation "spreadsheets" does not exist : ALTER TABLE "spreadsheets" ADD COLUMN "flat_file" character varying(255)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (1.7ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (3.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-09-19 18:58:24 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-19 18:58:24 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/buttafly" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.3ms) Completed 200 OK in 63ms (Views: 63.0ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 18:58:40 -0700 Started GET "/info/routes" for 127.0.0.1 at 2014-09-19 18:58:55 -0700 ActionController::RoutingError (No route matches [GET] "/info/routes"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.1ms) Started GET "/rails/info" for 127.0.0.1 at 2014-09-19 18:59:04 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-09-19 18:59:04 -0700 Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (14.9ms) Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-19 19:06:09 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/buttafly/content/new" for 127.0.0.1 at 2014-09-19 19:06:17 -0700 ActionController::RoutingError (No route matches [GET] "/content/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.7ms) Started GET "/buttafly" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.1ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:06:21 -0700 Started GET "/contents" for 127.0.0.1 at 2014-09-19 19:08:44 -0700 ActionController::RoutingError (No route matches [GET] "/contents"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/contents/" for 127.0.0.1 at 2014-09-19 19:08:47 -0700 ActionController::RoutingError (No route matches [GET] "/contents"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.1ms) Started GET "/" for 127.0.0.1 at 2014-09-19 19:08:54 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.2ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-19 19:09:07 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.5ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/buttafly/content/new" for 127.0.0.1 at 2014-09-19 19:09:14 -0700 ActionController::RoutingError (No route matches [GET] "/content/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/buttafly" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.5ms) Completed 200 OK in 43ms (Views: 42.9ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:19 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.1ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:25 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 19:09:26 -0700 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.1ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 22:47:00 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 22:47:06 -0700 Processing by Buttafly::ContentsController#new as HTML Completed 500 Internal Server Error in 30ms NameError (uninitialized constant Buttafly::Spreadsheet::ImageUploader): /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:13:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:1:in `' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:7:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/" for 127.0.0.1 at 2014-09-19 22:48:14 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.1ms) Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 22:48:22 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 22:48:24 -0700 Processing by Buttafly::ContentsController#new as HTML Completed 500 Internal Server Error in 7ms NameError (uninitialized constant CarrierWave): /home/frederick/work/opensource/buttafly/app/uploaders/buttafly/flat_file_uploader.rb:3:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:13:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:1:in `' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:7:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.1ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 22:48:58 -0700 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#new as HTML Completed 500 Internal Server Error in 16ms LoadError (Unable to autoload constant Buttafly::FlatFileUploader, expected /home/frederick/work/opensource/buttafly/app/uploaders/buttafly/flat_file_uploader.rb to define it): activesupport (4.1.6) lib/active_support/dependencies.rb:481:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:13:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/spreadsheet.rb:1:in `' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.6) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.6) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:7:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.2ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 22:51:27 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (48.1ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `spreadsheets_path' for #<#:0x000000073705a8>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb__34073809810990900_60551640' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:08:09 -0700 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (55.5ms) Completed 500 Internal Server Error in 38261ms ActionView::Template::Error (undefined method `spreadsheets_path' for #<#:0x00000006486830>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___4087551316227515966_52790020' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.6ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:09:05 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (11.2ms) Completed 500 Internal Server Error in 26374ms ActionView::Template::Error (undefined method `spreadsheets_path' for #<#:0x000000062fcf50>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___4087551316227515966_52790020' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:09:42 -0700 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (48.7ms) Completed 500 Internal Server Error in 874791ms ActionView::Template::Error (undefined method `spreadsheets_path' for #<#:0x000000074b0ff8>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___2482169095403720201_61281980' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:24:20 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (14.8ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined method `users_path' for #<#:0x00000007201348>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___2482169095403720201_61281980' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:24:29 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (13.4ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined method `users_path' for #<#:0x00000007005738>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___2482169095403720201_61281980' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:24:56 -0700 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (20.7ms) Completed 500 Internal Server Error in 60ms ActionView::Template::Error (undefined method `spreadsheets_path' for #<#:0x00000005fc8280>): 1:

Contents#new

2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb__3815545875903735719_50425820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.7ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:26:21 -0700 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (24.0ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined method `error_messages' for #): 2:

Find me in app/views/buttafly/contents/new.html.erb

3: 4: <%= form_for @originable, :html => {:multipart => true} do |f| %> 5: <%= f.error_messages %> 6:

7: <%= f.label :name %>
8: <%= f.text_field :name %> /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:5:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___1327314396045600338_50697840' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb:4:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_new_html_erb___1327314396045600338_50697840' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.5ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (23.0ms) Completed 200 OK in 92ms (Views: 91.4ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 23:29:15 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:29:58 -0700 ActionController::RoutingError (uninitialized constant Buttafly::SpreadsheetsController): activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.1.2@buttafly/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.8ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:35:40 -0700 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" SyntaxError (/home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:24: syntax error, unexpected keyword_end, expecting end-of-input): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:24: syntax error, unexpected keyword_end, expecting end-of-input activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.6) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.6) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.6) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.6) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.1ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:36:18 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 22299ms ActionView::MissingTemplate (Missing template buttafly/spreadsheets/create, buttafly/application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.6ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:38:29 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image Completed 500 Internal Server Error in 71652ms ActionView::MissingTemplate (Missing template buttafly/spreadsheets/create, buttafly/application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:39:51 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"some", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image Completed in 295527ms Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:45:01 -0700 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"some", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 46ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.4ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:47:45 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"some", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 23ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:49:12 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"some", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:55:37 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"some", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 71ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (24.5ms) Completed 200 OK in 92ms (Views: 90.9ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-19 23:55:50 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:55:57 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-19 23:56:35 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 390336ms NoMethodError (undefined method `image_will_change!' for #): activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `image=' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `public_send' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.8ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (13.7ms) Completed 200 OK in 103ms (Views: 86.7ms | ActiveRecord: 4.1ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:05 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (3.6ms) Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:08 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 00:03:14 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"} Completed 500 Internal Server Error in 3508ms ActiveRecord::UnknownAttributeError (unknown attribute: image): activerecord (4.1.6) lib/active_record/attribute_assignment.rb:50:in `rescue in _assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:45:in `_assign_attribute' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:32:in `block in assign_attributes' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `each' activerecord (4.1.6) lib/active_record/attribute_assignment.rb:26:in `assign_attributes' activerecord (4.1.6) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.6) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.6) lib/active_record/inheritance.rb:30:in `new' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:10:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (18.7ms) Completed 200 OK in 55ms (Views: 39.4ms | ActiveRecord: 5.0ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 00:03:37 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 00:03:45 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.xls", @content_type="application/vnd.ms-excel", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.xls\"\r\nContent-Type: application/vnd.ms-excel\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image  (0.2ms) BEGIN  (0.1ms) ROLLBACK Completed 500 Internal Server Error in 3957ms NotImplementedError (Unrecognized state-type given. Expected Symbol, String, or Proc.): aasm (3.4.0) lib/aasm/instance_base.rb:73:in `determine_state_name' aasm (3.4.0) lib/aasm/instance_base.rb:20:in `enter_initial_state' aasm (3.4.0) lib/aasm/persistence/active_record_persistence.rb:170:in `aasm_ensure_initial_state' activesupport (4.1.6) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.6) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' activemodel (4.1.6) lib/active_model/validations/callbacks.rb:111:in `run_validations!' activemodel (4.1.6) lib/active_model/validations.rb:317:in `valid?' activerecord (4.1.6) lib/active_record/validations.rb:70:in `valid?' activerecord (4.1.6) lib/active_record/validations.rb:77:in `perform_validations' activerecord (4.1.6) lib/active_record/validations.rb:51:in `save' activerecord (4.1.6) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block (2 levels) in save' activerecord (4.1.6) lib/active_record/transactions.rb:329:in `block in with_transaction_returning_status' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `block in transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:209:in `within_new_transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:208:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:326:in `with_transaction_returning_status' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block in save' activerecord (4.1.6) lib/active_record/transactions.rb:283:in `rollback_active_record_state!' activerecord (4.1.6) lib/active_record/transactions.rb:267:in `save' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:11:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 00:24:23 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.xls", @content_type="application/vnd.ms-excel", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.xls\"\r\nContent-Type: application/vnd.ms-excel\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image  (0.4ms) BEGIN SQL (5.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 07:24:27.311398"], ["name", ""], ["updated_at", "2014-09-20 07:24:27.311398"]]  (3.1ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 3912ms (ActiveRecord: 14.2ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (2.8ms) Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 00:24:27 -0700 Buttafly::Spreadsheet Load (2.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 09:50:00 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "image"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image  (0.2ms) BEGIN SQL (1.8ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 16:50:18.420489"], ["name", ""], ["updated_at", "2014-09-20 16:50:18.420489"]] PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_buttafly_spreadsheets_on_name" DETAIL: Key (name)=() already exists. : INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  (0.5ms) ROLLBACK Completed 500 Internal Server Error in 18042ms ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_buttafly_spreadsheets_on_name" DETAIL: Key (name)=() already exists. : INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"): activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `get_last_result' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `block in exec_cache' activerecord (4.1.6) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.6) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:831:in `exec_cache' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `exec_query' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql/database_statements.rb:177:in `exec_insert' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:95:in `insert' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (4.1.6) lib/active_record/relation.rb:64:in `insert' activerecord (4.1.6) lib/active_record/persistence.rb:503:in `_create_record' activerecord (4.1.6) lib/active_record/attribute_methods/dirty.rb:87:in `_create_record' activerecord (4.1.6) lib/active_record/callbacks.rb:306:in `block in _create_record' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' activerecord (4.1.6) lib/active_record/callbacks.rb:306:in `_create_record' activerecord (4.1.6) lib/active_record/timestamp.rb:57:in `_create_record' activerecord (4.1.6) lib/active_record/persistence.rb:483:in `create_or_update' activerecord (4.1.6) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' activerecord (4.1.6) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.1.6) lib/active_record/persistence.rb:103:in `save' activerecord (4.1.6) lib/active_record/validations.rb:51:in `save' activerecord (4.1.6) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block (2 levels) in save' activerecord (4.1.6) lib/active_record/transactions.rb:329:in `block in with_transaction_returning_status' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `block in transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:209:in `within_new_transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:208:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:326:in `with_transaction_returning_status' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block in save' activerecord (4.1.6) lib/active_record/transactions.rb:283:in `rollback_active_record_state!' activerecord (4.1.6) lib/active_record/transactions.rb:267:in `save' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:11:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 09:50:44 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"asdf", "image"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image  (0.3ms) BEGIN SQL (0.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 16:50:50.777859"], ["name", "asdf"], ["updated_at", "2014-09-20 16:50:50.777859"]]  (3.3ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 6387ms (ActiveRecord: 4.2ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (4.8ms) Completed 200 OK in 71ms (Views: 70.7ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 09:50:50 -0700  (1.1ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Buttafly::Spreadsheet Load (1.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 10:52:15 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"anotha", "image"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[image]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"} Unpermitted parameters: image  (0.5ms) BEGIN SQL (2.8ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 17:52:38.277245"], ["name", "anotha"], ["updated_at", "2014-09-20 17:52:38.277245"]]  (4.0ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 22736ms (ActiveRecord: 30.4ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (4.9ms) Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 10:52:38 -0700  (1.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Buttafly::Spreadsheet Load (2.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1 Started GET "/" for 127.0.0.1 at 2014-09-20 11:05:47 -0700 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-20 11:05:47 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (79.6ms) Completed 200 OK in 180ms (Views: 127.4ms | ActiveRecord: 6.6ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 11:05:54 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 11:05:55 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 11:05:55 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 11:06:10 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"", "flat_file"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[flat_file]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"}  (0.3ms) BEGIN SQL (4.0ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 18:06:22.766616"], ["flat_file", "review.odt.ods"], ["name", ""], ["updated_at", "2014-09-20 18:06:22.766616"]] PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_buttafly_spreadsheets_on_name" DETAIL: Key (name)=() already exists. : INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  (0.2ms) ROLLBACK Completed 500 Internal Server Error in 11924ms ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_buttafly_spreadsheets_on_name" DETAIL: Key (name)=() already exists. : INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"): activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `get_last_result' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `block in exec_cache' activerecord (4.1.6) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.6) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql_adapter.rb:831:in `exec_cache' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `exec_query' activerecord (4.1.6) lib/active_record/connection_adapters/postgresql/database_statements.rb:177:in `exec_insert' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:95:in `insert' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (4.1.6) lib/active_record/relation.rb:64:in `insert' activerecord (4.1.6) lib/active_record/persistence.rb:503:in `_create_record' activerecord (4.1.6) lib/active_record/attribute_methods/dirty.rb:87:in `_create_record' activerecord (4.1.6) lib/active_record/callbacks.rb:306:in `block in _create_record' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' activerecord (4.1.6) lib/active_record/callbacks.rb:306:in `_create_record' activerecord (4.1.6) lib/active_record/timestamp.rb:57:in `_create_record' activerecord (4.1.6) lib/active_record/persistence.rb:483:in `create_or_update' activerecord (4.1.6) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' activerecord (4.1.6) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.1.6) lib/active_record/persistence.rb:103:in `save' activerecord (4.1.6) lib/active_record/validations.rb:51:in `save' activerecord (4.1.6) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block (2 levels) in save' activerecord (4.1.6) lib/active_record/transactions.rb:329:in `block in with_transaction_returning_status' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `block in transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:209:in `within_new_transaction' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:208:in `transaction' activerecord (4.1.6) lib/active_record/transactions.rb:326:in `with_transaction_returning_status' activerecord (4.1.6) lib/active_record/transactions.rb:268:in `block in save' activerecord (4.1.6) lib/active_record/transactions.rb:283:in `rollback_active_record_state!' activerecord (4.1.6) lib/active_record/transactions.rb:267:in `save' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/spreadsheets_controller.rb:11:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-20 11:06:34 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"again", "flat_file"=>#, @original_filename="review.odt.ods", @content_type="application/vnd.oasis.opendocument.spreadsheet", @headers="Content-Disposition: form-data; name=\"spreadsheet[flat_file]\"; filename=\"review.odt.ods\"\r\nContent-Type: application/vnd.oasis.opendocument.spreadsheet\r\n">}, "commit"=>"Create Spreadsheet"}  (0.2ms) BEGIN SQL (2.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-20 18:06:36.943309"], ["flat_file", "review.odt.ods"], ["name", "again"], ["updated_at", "2014-09-20 18:06:36.943309"]]  (2.2ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 2279ms (ActiveRecord: 5.1ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 11:06:36 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (2.4ms) Completed 200 OK in 65ms (Views: 64.2ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 11:06:37 -0700 Buttafly::Spreadsheet Load (2.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-20 11:10:44 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (6.2ms) Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-20 11:10:45 -0700  (0.3ms) BEGIN SQL (11.9ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-09-23 05:44:42.768574"], ["updated_at", "2014-09-23 05:44:42.768574"]]  (4.6ms) COMMIT Started GET "/" for 127.0.0.1 at 2014-09-23 00:50:42 -0700 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (3.6ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-23 00:50:42 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.5ms) Completed 200 OK in 62ms (Views: 61.4ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 00:50:48 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.erb within layouts/buttafly/application (0.3ms) Completed 200 OK in 100ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 00:52:07 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (4.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (35.0ms) Completed 200 OK in 58ms (Views: 47.4ms | ActiveRecord: 9.6ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 00:53:18 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (3.5ms) Completed 200 OK in 69ms (Views: 68.4ms | ActiveRecord: 0.4ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 00:57:51 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (15.8ms) Completed 200 OK in 40ms (Views: 39.0ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:04 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"andano", "flat_file"=>#, @original_filename="review.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[flat_file]\"; filename=\"review.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"}  (0.1ms) BEGIN SQL (1.1ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-23 08:17:15.464856"], ["flat_file", "review.odt.csv"], ["name", "andano"], ["updated_at", "2014-09-23 08:17:15.464856"]]  (2.2ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 62ms (ActiveRecord: 3.6ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (3.7ms) Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 01:17:15 -0700  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Buttafly::Spreadsheet Load (1.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.4ms) Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.4ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-23 01:18:18 -0700 Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (14.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.2ms) BEGIN  (15.9ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (10.2ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (16.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (10.2ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (16.8ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.5ms) BEGIN  (21.0ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.6ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (31.9ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (4.5ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.5ms) BEGIN  (13.6ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.6ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.3ms) BEGIN  (5.6ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (14.1ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (6.1ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (12.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (17.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (4.4ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.4ms) BEGIN  (0.6ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Buttafly::Spreadsheet Load (2.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" DESC LIMIT 1  (0.4ms) BEGIN SQL (2.0ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "data", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-24 02:27:36.729726"], ["data", "{}"], ["flat_file", "review.odt.ods"], ["name", "test_file_name1"], ["updated_at", "2014-09-24 02:27:36.729726"]]  (3.5ms) COMMIT  (0.2ms) BEGIN SQL (1.1ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "data", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-24 02:32:02.587306"], ["data", "{}"], ["flat_file", "review.odt.ods"], ["name", "test_file_name1"], ["updated_at", "2014-09-24 02:32:02.587306"]]  (2.5ms) COMMIT Started GET "/" for 127.0.0.1 at 2014-09-24 15:10:23 -0700 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.9ms) Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN SQL (1.7ms) INSERT INTO "buttafly_legends" ("created_at", "data", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-09-25 05:29:11.594045"], ["data", "{\"meta\":{\"col_sep\":\",\",\"encoding\":\"utf-8\",\"row_sep\":\"/n\"},\"dummy_parent\":{\"mother_name\":\"Sarah Jane Schoeneman\",\"dummy_parent_id\":\"1\"}}"], ["updated_at", "2014-09-25 05:29:11.594045"]]  (2.2ms) COMMIT Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-24 22:36:10 -0700 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (4.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (26.3ms) Completed 200 OK in 147ms (Views: 79.9ms | ActiveRecord: 6.3ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:36:11 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:39:38 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (7.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (20.6ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: = form_for @painting, :html => {:multipart => true} do |f| 2: = f.error_messages 3: = f.hidden_field :gallery_id 4: %p actionview (4.1.6) lib/action_view/helpers/form_helper.rb:423:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__form_html_haml___3609297665958497364_32577400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_edit_html_haml___2355584436992444607_32505640' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.6ms) Started GET "/buttafly/contents/" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.7ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.5ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:39:53 -0700 Started GET "/rails/info" for 127.0.0.1 at 2014-09-24 22:40:27 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-09-24 22:40:27 -0700 Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (20.3ms) Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-24 22:40:50 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.6ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.2ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.7ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:40:57 -0700 Started GET "/buttafly/contents/1" for 127.0.0.1 at 2014-09-24 22:41:00 -0700 Processing by Buttafly::ContentsController#show as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/show.html.erb within layouts/buttafly/application (0.3ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.5ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:41:01 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:42:06 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (4.4ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: = form_for @painting, :html => {:multipart => true} do |f| 2: = f.error_messages 3: = f.hidden_field :gallery_id 4: %p actionview (4.1.6) lib/action_view/helpers/form_helper.rb:423:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__form_html_haml___3609297665958497364_32577400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_edit_html_haml___2355584436992444607_32505640' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.0ms) Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:42:21 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (1.0ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.6ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:42:22 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (13.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (17.4ms) Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.5ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:43:33 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:52:43 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (7.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (10.2ms) Completed 200 OK in 77ms (Views: 74.7ms | ActiveRecord: 0.7ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:44 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (4.4ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.4ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:52:53 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.4ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (5.7ms) Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.6ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:32 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (0.4ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:36 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.erb within layouts/buttafly/application (0.5ms) Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:53:47 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-09-24 22:54:01 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.0ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.haml within layouts/buttafly/application (6.5ms) Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 22:54:01 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 22:54:02 -0700 Started GET "/buttafly/contents/1/edit" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Processing by Buttafly::ContentsController#edit as HTML Parameters: {"id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/edit.html.haml within layouts/buttafly/application (5.2ms) Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.6ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-09-24 23:07:11 -0700 ActiveRecord::SchemaMigration Load (2.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (14.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (12.6ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (5.0ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (22.2ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (3.9ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (10.6ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (8.9ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (218.4ms) DROP DATABASE IF EXISTS "dummy_test"  (438.5ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.7ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (24.5ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  (23.4ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (19.8ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (5.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (15.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (112.2ms) DROP DATABASE IF EXISTS "dummy_test"  (366.2ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.9ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (16.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  (14.8ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (11.1ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (18.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (5.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (14.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (21.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (12.7ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (3.2ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (10.7ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (9.0ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (24.3ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (10.2ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (21.4ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.7ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.4ms) BEGIN  (20.9ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.6ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.3ms) BEGIN  (6.1ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (6.1ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (6.6ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (5.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (10.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.6ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (217.6ms) DROP DATABASE IF EXISTS "dummy_test"  (379.2ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (24.4ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  (19.1ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (8.2ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (9.1ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (19.7ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" USING btree ("targetable_id", "targetable_type")  (31.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (20.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (16.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (8.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (11.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (11.4ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  (17.4ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (7.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.9ms) SELECT version FROM "schema_migrations"  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919055223')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (0.2ms) BEGIN SQL (1.1ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "data", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-09-27 08:44:32.042455"], ["data", "{\"review\":\"Raw but equally zelous marsanne. Kicks you with lemon, oaky sweat, forward peach. Drink now through graduation.\",\"winery\":\"Gallo\",\"wine\":\"pinot noir\",\"vintage\":\"2010\",\"stars\":\"4\"}"], ["flat_file", "family.odt.csv"], ["name", "test_file_name1"], ["updated_at", "2014-09-27 08:44:32.042455"]]  (2.2ms) COMMIT  (0.4ms) BEGIN SQL (1.2ms) UPDATE "buttafly_spreadsheets" SET "data" = $1, "updated_at" = $2 WHERE "buttafly_spreadsheets"."id" = 1 [["data", "[{\"mother\":\"Momma Sue\",\"child\":\"Childe Harold\",\"grandparent\":\"Crotchety Carl\"}]"], ["updated_at", "2014-09-27 08:44:52.791718"]]  (9.0ms) COMMIT Started GET "/" for 127.0.0.1 at 2014-09-29 13:43:27 -0700 ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.5ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-29 13:43:28 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-09-29 13:43:38 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (115.3ms) DROP DATABASE IF EXISTS "dummy_test"  (378.8ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (29.8ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  (34.0ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (8.5ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (8.6ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (8.3ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" USING btree ("targetable_id", "targetable_type")  (18.4ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (8.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (13.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (8.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (7.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (8.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (9.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "child_name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (10.9ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "mother_name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  (11.2ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (8.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.9ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919055223')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (11.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (15.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (10.4ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.4ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (13.2ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (14.4ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (8.2ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (9.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (9.7ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (7.5ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (16.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.7ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (9.8ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (5.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (16.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.3ms) BEGIN  (22.0ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.9ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (16.8ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.9ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.5ms) BEGIN  (20.8ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.8ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.5ms) BEGIN  (6.0ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (6.3ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (6.3ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (6.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (6.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (6.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.9ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (9.4ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.7ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (19.4ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (20.2ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.4ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (0.6ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (11.2ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.2ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (124.2ms) DROP DATABASE IF EXISTS "dummy_test"  (315.2ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.9ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (29.1ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  (28.3ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (13.5ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (8.2ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (8.2ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" USING btree ("targetable_id", "targetable_type")  (18.3ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (8.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (8.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (7.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (7.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (13.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (11.3ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (10.8ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (17.2ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "created_at" timestamp, "updated_at" timestamp)   (10.6ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (3.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (13.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242') ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (6.2ms) DROP TABLE "dummy_grandparents" SQL (2.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140929225232'  (3.7ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (1.6ms) DROP TABLE "users" SQL (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919020545'  (3.2ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (2.1ms) DROP TABLE "dummy_children" SQL (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001314'  (9.4ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (1.9ms) DROP TABLE "dummy_parents" SQL (0.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001242'  (5.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (29.1ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (8.6ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (13.9ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.7ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.5ms) BEGIN  (8.9ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.5ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.4ms) BEGIN  (16.2ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (3.7ms) COMMIT Migrating to CreateDummyAddresses (20140930000129)  (0.5ms) BEGIN  (10.0ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930000129"]]  (2.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyAddresses (20140930000129)  (0.2ms) BEGIN  (2.5ms) DROP TABLE "dummy_addresses" SQL (1.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140930000129'  (4.5ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.4ms) BEGIN  (2.2ms) DROP TABLE "dummy_grandparents" SQL (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140929225232'  (2.8ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (1.5ms) DROP TABLE "users" SQL (0.5ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919020545'  (2.8ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.3ms) BEGIN  (1.3ms) DROP TABLE "dummy_children" SQL (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001314'  (3.1ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (1.8ms) DROP TABLE "dummy_parents" SQL (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001242'  (2.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (17.3ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.2ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.3ms) BEGIN  (6.8ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.2ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.2ms) BEGIN  (7.1ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (13.5ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (7.4ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.2ms) COMMIT Migrating to CreateDummyAddresses (20140930000129)  (0.2ms) BEGIN  (7.3ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930000129"]]  (2.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyAddresses (20140930000129)  (0.3ms) BEGIN  (2.7ms) DROP TABLE "dummy_addresses" SQL (1.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140930000129'  (2.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyAddresses (20140930000129)  (0.2ms) BEGIN  (21.5ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930000129"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (6.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (8.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.3ms) BEGIN  (17.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (7.8ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.3ms) BEGIN  (12.7ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (8.1ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.4ms) BEGIN  (22.9ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.8ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.4ms) BEGIN  (5.9ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (7.0ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (13.7ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (8.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (6.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.6ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (9.5ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.4ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (9.1ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.4ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (15.1ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.6ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (13.7ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.4ms) COMMIT Migrating to CreateDummyAddresses (20140930000129)  (0.4ms) BEGIN  (9.9ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930000129"]]  (2.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (22.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (11.7ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.7ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.3ms) BEGIN  (7.2ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (9.0ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.6ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (12.5ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (8.4ms) COMMIT Migrating to CreateDummyAddresses (20140930000129)  (0.3ms) BEGIN  (14.1ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930000129"]]  (2.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (24.0ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.8ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (13.0ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.4ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.4ms) BEGIN  (16.0ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (10.5ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.4ms) BEGIN  (14.3ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (16.7ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (6.0ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (5.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (6.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.3ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.1ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (211.4ms) DROP DATABASE IF EXISTS "dummy_test"  (321.5ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (28.5ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  (27.7ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (9.1ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (8.4ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (7.7ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" USING btree ("targetable_id", "targetable_type")  (22.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (17.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (18.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (20.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (10.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (20.9ms) CREATE TABLE "dummy_addresses" ("id" serial primary key, "city" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (20.4ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  (12.0ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)   (11.3ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  (19.1ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (14.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.9ms) SELECT version FROM "schema_migrations"  (6.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140930000129')  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (9.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (19.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (21.4ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.5ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (19.7ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.8ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (9.2ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.7ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.4ms) BEGIN  (16.1ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_address_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.8ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (9.4ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (7.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (11.6ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.3ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.3ms) BEGIN  (13.1ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (7.7ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (10.5ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (12.4ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (7.8ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.3ms) BEGIN  (17.8ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (3.9ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (213.7ms) DROP DATABASE IF EXISTS "dummy_test"  (344.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (23.9ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (15.7ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)   (12.0ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (23.6ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (16.8ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (18.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140930213614')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242') ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (27.8ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (5.2ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.5ms) BEGIN  (26.5ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (11.4ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.2ms) BEGIN  (12.9ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (7.5ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.2ms) BEGIN  (5.1ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (5.9ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (17.2ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (6.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (5.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.5ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (0.6ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (218.2ms) DROP DATABASE IF EXISTS "dummy_test"  (353.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (33.1ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "created_at" timestamp, "updated_at" timestamp)  (16.9ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (13.0ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (8.9ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (12.9ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" USING btree ("targetable_id", "targetable_type")  (17.4ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (8.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (7.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (7.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (8.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (10.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)   (15.0ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (12.7ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)   (17.3ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (11.9ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (13.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.6ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140930213614')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242') Started GET "/" for 127.0.0.1 at 2014-10-03 19:07:06 -0700 ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (4.4ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-03 19:07:06 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (5.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (10.6ms) Completed 200 OK in 123ms (Views: 82.4ms | ActiveRecord: 5.3ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:19 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.4ms) Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.4ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:46 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (84.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.haml within layouts/buttafly/application (92.9ms) Completed 200 OK in 127ms (Views: 114.2ms | ActiveRecord: 9.2ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:07:51 -0700 Started POST "/buttafly/spreadsheets" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Processing by Buttafly::SpreadsheetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "spreadsheet"=>{"name"=>"famtastic", "flat_file"=>#, @original_filename="family.odt.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"spreadsheet[flat_file]\"; filename=\"family.odt.csv\"\r\nContent-Type: text/csv\r\n">}, "commit"=>"Create Spreadsheet"}  (0.3ms) BEGIN SQL (1.1ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-04 02:09:14.577499"], ["flat_file", "family.odt.csv"], ["name", "famtastic"], ["updated_at", "2014-10-04 02:09:14.577499"]]  (3.0ms) COMMIT Redirected to http://localhost:3000/buttafly/contents/new Completed 302 Found in 21ms (ActiveRecord: 4.6ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.0ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.haml within layouts/buttafly/application (6.1ms) Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.0ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:14 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.0ms) Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.8ms) Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:09:21 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:40:28 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.3ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.4ms) Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 19:40:29 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:41:17 -0700 ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (1.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (29.7ms) Completed 200 OK in 165ms (Views: 125.0ms | ActiveRecord: 7.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:43:13 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 2: 3: 4: Buttafly 5: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 6: <%= javascript_include_tag "buttafly/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:5:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_35320500' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:43:53 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.4ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_36164820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:44:00 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (3.2ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_36164820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:47:00 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.1ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_36164820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:47:16 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.7ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_36164820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:47:52 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.6ms) Completed 500 Internal Server Error in 32ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1935660411906814175_36164820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:49:40 -0700 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (1.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (29.5ms) Completed 500 Internal Server Error in 134ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_38338620' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:50:05 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.5ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: # <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_41197320' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:50:30 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.9ms) Completed 500 Internal Server Error in 7ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file): /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (48.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (65.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:50:47 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.9ms) Completed 500 Internal Server Error in 12ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file): /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:50:57 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.3ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_40243620' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:51:05 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.8ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: # <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_41374800' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:51:16 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.0ms) Completed 500 Internal Server Error in 9ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file): /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:10: syntax error, unexpected '<', expecting ')' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:15: unknown regexp options - bdy /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: syntax error, unexpected '<' ^ /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:16: unterminated regexp meets end of file actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:51:26 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.4ms) Completed 500 Internal Server Error in 73ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/app/assets/javascripts/buttafly/application.js:14)): 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%- #stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%= javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: 11: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:8:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_50384320' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:51:38 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.5ms) Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.4ms) Started GET "/javascripts/vendor/modernizr.js" for 127.0.0.1 at 2014-10-03 19:51:38 -0700 ActionController::RoutingError (No route matches [GET] "/javascripts/vendor/modernizr.js"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:51:53 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.2ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%- # javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_41117940' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:52:11 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.1ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (couldn't find file 'foundation' (in /home/frederick/work/opensource/buttafly/test/dummy/app/assets/stylesheets/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "application", media: "all" %> 8: <%- # javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:377:in `new' sprockets (2.12.2) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_49648460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 19:52:31 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.6ms) Completed 500 Internal Server Error in 76ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%- # javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_50517780' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:12:25 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.0ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 4: Buttafly 5: <%= javascript_include_tag "vendor/modernizr" %> 6: 7: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 8: <%- # javascript_include_tag "buttafly/application" %> 9: <%= csrf_meta_tags %> 10: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:7:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_50517780' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:12:40 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml (1.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:14:19 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml (1.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:14:37 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml (2.7ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:14:52 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml (1.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:15:04 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml (2.2ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:19:43 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 2: 3: 4: Buttafly 5: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 6: <%= javascript_include_tag "buttafly/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:5:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb___4511241776922181103_49681420' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:20:07 -0700 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (26.8ms) Completed 500 Internal Server Error in 102ms ActionView::Template::Error (couldn't find file 'buttafly/foundation' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:13)): 2: 3: 4: Buttafly 5: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 6: <%= javascript_include_tag "buttafly/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:5:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1439076677449122911_35197260' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:20:47 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.8ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (couldn't find file 'buttafly/foundation_and_overrides' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:14)): 2: 3: 4: Buttafly 5: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 6: <%= javascript_include_tag "buttafly/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:5:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1439076677449122911_35197260' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:20:55 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.8ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (couldn't find file 'foundation_and_overrides' (in /home/frederick/work/opensource/buttafly/app/assets/stylesheets/buttafly/application.css:14)): 2: 3: 4: Buttafly 5: <%= stylesheet_link_tag "buttafly/application", media: "all" %> 6: <%= javascript_include_tag "buttafly/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.2) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.2) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.2) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.2) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.2) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.2) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.2) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.2) lib/sprockets/context.rb:194:in `each' sprockets (2.12.2) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.2) lib/sprockets/base.rb:374:in `new' sprockets (2.12.2) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.2) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.2) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.2) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.2) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.2) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.2) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.2) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.2) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.2) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.2) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.1.4) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/frederick/work/opensource/buttafly/app/views/layouts/buttafly/application.html.erb:5:in `__home_frederick_work_opensource_buttafly_app_views_layouts_buttafly_application_html_erb__1439076677449122911_35197260' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:22:31 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (1.7ms) Completed 200 OK in 9828ms (Views: 9826.8ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:41 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:22:42 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (2.1ms) Completed 200 OK in 150ms (Views: 148.9ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:23:02 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:30:20 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (3.2ms) Completed 200 OK in 151ms (Views: 150.1ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:20 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:21 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (3.4ms) Completed 200 OK in 142ms (Views: 141.3ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:36 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:30:37 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:31:22 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (6.3ms) Completed 200 OK in 158ms (Views: 156.8ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:31:23 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:32:42 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (5.5ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (Missing partial buttafly/contents/_file, buttafly/application/_file with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.4.0/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): 5: = form_tag 6: 7: .row 8: = render 'file', contents: @contents actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_45533520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:33:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (3.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial buttafly/contents/_file, buttafly/application/_file with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.4.0/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): 5: = form_tag 6: 7: .row 8: = render 'file', contents: @contents actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_45533520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.5ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (7.3ms) Completed 200 OK in 92ms (Views: 90.8ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/mapping.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/contents.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/contents.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/application.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/spreadsheets.css?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/mapping.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/buttafly/spreadsheets.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/assets/buttafly/application.js?body=1" for 127.0.0.1 at 2014-10-03 20:34:11 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:38:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (1.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (4.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Inconsistent indentation: 6 spaces used for indentation, but the rest of the document was indented using 4 spaces.): 1: %dl.accordion{"data-accordion" => ""} 2: %dd.accordion-navigation 3: %a{href: "#show-file-#{file.id}"} 4: .row 5: .small-1.columns= file.id 6: .small-4.columns= file.file_name /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:3 haml (4.0.5) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.5) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.5) lib/haml/parser.rb:152:in `tabs' haml (4.0.5) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.5) lib/haml/parser.rb:388:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:38:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (0.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (4.2ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Inconsistent indentation: 6 spaces used for indentation, but the rest of the document was indented using 4 spaces.): 1: %dl.accordion{"data-accordion" => ""} 2: %dd.accordion-navigation 3: %a{href: "#show-file-#{file.id}"} 4: .row 5: .small-1.columns= file.id 6: .small-4.columns= file.file_name /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:3 haml (4.0.5) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.5) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.5) lib/haml/parser.rb:152:in `tabs' haml (4.0.5) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.5) lib/haml/parser.rb:388:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:39:45 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (12.9ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: - @imported_files.each do |file| 2: %dl.accordion{"data-accordion" => ""} 3: %dd.accordion-navigation 4: %a{href: "#show-file-#{file.id}"} /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_44594680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:39:56 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.6ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (15.2ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined method `file_name' for #): 4: %a{href: "#show-file-#{file.id}"} 5: .row 6: .small-1.columns= file.id 7: .small-4.columns= file.file_name 8: .small-4.columns 9: .label= file.aasm_state.humanize.downcase 10: .content{ "id" => "show-file-#{file.id}" } activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_45350380' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_45350380' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (48.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:40:26 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (17.1ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `file_name' for #): 4: %a{href: "#show-file-#{file.id}"} 5: .row 6: .small-1.columns= file.id 7: .small-4.columns= file.file_name 8: .small-4.columns 9: .label= file.aasm_state.humanize.downcase 10: .content{ "id" => "show-file-#{file.id}" } activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_32726600' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_32726600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:40:32 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (12.0ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `added_to_sftp_at' for #): 29: %br ImportedFile data size: 30: %br Transaction count: 31: .small-3.columns 32: %br= time_ago_in_words(file.added_to_sftp_at) + " ago." 33: %br= time_ago_in_words(file.created_at) + " ago." 34: %br= file.imported_at ? time_ago_in_words(file.imported_at) : "waiting to import" 35: %br= file.processed_at ? time_ago_in_words(file.processed_at) : "waiting to process" activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:32:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_35991620' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_35991620' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:41:52 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (18.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (22.7ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined method `ifdata' for #): 34: %br= file.imported_at ? time_ago_in_words(file.imported_at) : "waiting to import" 35: %br= file.processed_at ? time_ago_in_words(file.processed_at) : "waiting to process" 36: %br= file.source_row_count 37: %br= file.ifdata ? file.ifdata.size : "no imported file data" 38: %br 39: - if file.ifdata && file.trans.size == file.ifdata.size 40: .label.success.round= file.trans ? file.trans_count : "no transactions" activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:37:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_45004080' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_45004080' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:42:16 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (14.4ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `>' for nil:NilClass): 29: %br Transaction count: 30: .small-3.columns 31: %br= time_ago_in_words(file.created_at) + " ago." 32: %br= time_ago_in_words(file.imported_at) + " ago." 33: %br= file.imported_at ? time_ago_in_words(file.imported_at) : "waiting to import" 34: %br= file.processed_at ? time_ago_in_words(file.processed_at) : "waiting to process" 35: %br= file.source_row_count actionview (4.1.6) lib/action_view/helpers/date_helper.rb:74:in `distance_of_time_in_words' actionview (4.1.6) lib/action_view/helpers/date_helper.rb:153:in `time_ago_in_words' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:32:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_32232660' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_32232660' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:42:41 -0700 Processing by Buttafly::ContentsController#index as HTML Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.5ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (19.1ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined method `>' for nil:NilClass): 29: %br Transaction count: 30: .small-3.columns 31: %br= time_ago_in_words(file.created_at) + " ago." 32: %br= try(time_ago_in_words(file.imported_at) + " ago.") 33: %br= file.imported_at ? time_ago_in_words(file.imported_at) : "waiting to import" 34: %br= file.processed_at ? time_ago_in_words(file.processed_at) : "waiting to process" 35: %br= file.source_row_count actionview (4.1.6) lib/action_view/helpers/date_helper.rb:74:in `distance_of_time_in_words' actionview (4.1.6) lib/action_view/helpers/date_helper.rb:153:in `time_ago_in_words' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:32:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_35940600' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3134374866310078979_35940600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__2629221559416959736_32895720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-03 20:43:59 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/buttafly/application (16.6ms) Completed 500 Internal Server Error in 23ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n \n \n \n

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...);end;_hamlout.push_text("
\n\n \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...);end;_hamlout.push_text("
\n\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:41: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...ext("
#{_hamlo... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: syntax error, unexpected ')' ));}
\n", 0, false);end;_... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: unknown regexp options - br unmatched close parenthesis: /div>\n", 0, false);end;_hamlout.push_text(" \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: syntax error, unexpected $undefined ...class='small-6 columns'>\n \n \n \n "mapping-#{file.id}")}>\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:45: syntax error, unexpected $undefined ...#{file.id}")}>\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:45: syntax error, unexpected $undefined ...
\n #{_hamlout.adjus... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: syntax error, unexpected '}', expecting tSTRING_DEND ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: unknown regexp options - labl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: syntax error, unexpected $undefined ... Mapping\n \n \n", 1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected ')' ));}\n", 0, false);en... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...);end;_hamlout.push_text("
\n\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:41: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...ext("
#{_hamlo... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: syntax error, unexpected ')' ));}
\n", 0, false);end;_... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: unknown regexp options - br unmatched close parenthesis: /div>\n", 0, false);end;_hamlout.push_text(" \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:42: syntax error, unexpected $undefined ...class='small-6 columns'>\n \n \n \n "mapping-#{file.id}")}>\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:45: syntax error, unexpected $undefined ...#{file.id}")}>\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:45: syntax error, unexpected $undefined ...
\n #{_hamlout.adjus... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: syntax error, unexpected '}', expecting tSTRING_DEND ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: unknown regexp options - labl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:49: syntax error, unexpected $undefined ... Mapping\n \n \n", 1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected ')' ));}\n", 0, false);en... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:55: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:71: syntax error, unexpected $undefined ...);end;_hamlout.push_text("
\n\n \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected end-of-input, expecting tSTRING_DEND): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n \n \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected end-of-input, expecting tSTRING_DEND actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1176920023450626540_32733280' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1176920023450626540_32733280' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/buttafly/contents?page=2" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Processing by Buttafly::ContentsController#index as HTML Parameters: {"page"=>"2"} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 5  (0.8ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 6], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (27.1ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (47.4ms) Completed 200 OK in 169ms (Views: 160.2ms | ActiveRecord: 6.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 01:20:53 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-09 01:21:01 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8="} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:67:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:46:29 -0700 ActiveRecord::SchemaMigration Load (2.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (31.7ms) Buttafly::Spreadsheet Load (3.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0  (3.7ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (104.2ms)  (1.0ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms)  (1.0ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms)  (1.3ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms)  (0.8ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (215.8ms) Completed 200 OK in 651ms (Views: 526.1ms | ActiveRecord: 31.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:46:31 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0  (1.2ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.1ms)  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.7ms) Completed 200 OK in 208ms (Views: 202.2ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:23 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.9ms)  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms)  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.3ms) Completed 200 OK in 191ms (Views: 185.1ms | ActiveRecord: 4.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:57 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:49:58 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms)  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (46.1ms) Completed 200 OK in 179ms (Views: 173.0ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:49:59 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.2ms)  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms)  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (56.1ms) Completed 200 OK in 193ms (Views: 187.8ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:50:41 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:52:12 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.9ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (65.6ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.9ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (123.1ms) Completed 200 OK in 210ms (Views: 200.1ms | ActiveRecord: 7.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:52:13 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.0ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (58.3ms) Completed 200 OK in 183ms (Views: 174.9ms | ActiveRecord: 6.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 13:53:00 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:17:12 -0700 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (74.0ms) Buttafly::Spreadsheet Load (2.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (1.1ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (123.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (213.2ms) Completed 500 Internal Server Error in 276ms ActionView::Template::Error (undefined local variable or method `new_legends_path' for #<#:0x00000004360890>): 43: .content{ "id" => "legend-#{file.id}"} 44: %br 45: .small-6.columns 46: = button_to "Create legend", new_legends_path, class: "button" 47: .small-6.columns 48: %label 49: Select Legend /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:46:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4567485039081484985_33594420' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__3085179177317678595_35469360' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__3085179177317678595_35469360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (5.1ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (1.0ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.2ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (1.0ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (1.2ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.7ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (1.1ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (1.2ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (88.6ms) Completed 200 OK in 381ms (Views: 368.6ms | ActiveRecord: 11.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 14:17:16 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:18:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (58.5ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (66.0ms) Completed 500 Internal Server Error in 71ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n \n \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected end-of-input, expecting tSTRING_DEND): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - lct unmatched close parenthesis: /option>\n", 0, false);end;_hamlout.push_text(" \n \n \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n

Th... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...class='content' id='panel2-3'>\n

Third panel con... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...2-3'>\n

Third panel content goes here...

\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected '<' ...ird panel content goes here...

\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...es here...

\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND ...
\n
\n
\n
\n", -1, f... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:53: syntax error, unexpected $undefined ...
\n", -1, false); ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false); else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end; else ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected ')', expecting tSTRING_DEND ));}\n", 0, false);end;end;_ha... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...sh_text("
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67: syntax error, unexpected $undefined ... class='panel radius callout'>\n
#{_hamlout... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected '}', expecting tSTRING_DEND ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ));}
\n
\n
\n \n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...div>\n
\n
\n \n\n", -7, false... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unknown regexp options - dl /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected $undefined ...v>\n
\n \n\n", -7, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:69: syntax error, unexpected end-of-input, expecting tSTRING_DEND actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__3085179177317678595_35469360' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__3085179177317678595_35469360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.4ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (68.0ms) Completed 200 OK in 202ms (Views: 194.3ms | ActiveRecord: 6.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:34 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.6ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.2ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (65.4ms) Completed 200 OK in 201ms (Views: 191.7ms | ActiveRecord: 6.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 14:18:57 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:19:00 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8="} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:67:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (63.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "dummy_children" INNER JOIN "buttafly_mappings" ON "dummy_children"."id" = "buttafly_mappings"."targetable_id" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 AND "buttafly_mappings"."targetable_type" = 'DummyChild' [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (110.8ms) Completed 200 OK in 190ms (Views: 182.0ms | ActiveRecord: 5.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:30 -0700 Started GET "/buttafly/legends/new?originable%5Bid%5D=1&originable%5Btype%5D=Buttafly%3A%3ASpreadsheet" for 127.0.0.1 at 2014-10-09 14:19:34 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable"=>{"id"=>"1", "type"=>"Buttafly::Spreadsheet"}} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.3ms) Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 14:19:35 -0700 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddNameToButtaflyLegend (20141007183550)  (0.3ms) BEGIN  (8.7ms) ALTER TABLE "buttafly_legends" DROP "name" SQL (1.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20141007183550'  (2.2ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (6.4ms) DROP TABLE "dummy_tribes" SQL (0.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140930213614'  (4.1ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (3.0ms) DROP TABLE "dummy_grandparents" SQL (1.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140929225232'  (4.0ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (2.8ms) DROP TABLE "users" SQL (1.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919020545'  (3.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyChildren (20140919001314)  (0.2ms) BEGIN  (2.9ms) DROP TABLE "dummy_children" SQL (1.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001314'  (3.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.2ms) BEGIN  (1.8ms) DROP TABLE "dummy_parents" SQL (1.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140919001242'  (9.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (13.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (15.1ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.8ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (26.5ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (5.4ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.4ms) BEGIN  (20.3ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_id" integer, "targetable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.8ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.5ms) BEGIN  (5.9ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (6.1ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (13.5ms) CREATE INDEX "index_buttafly_mappings_on_targetable_id_and_targetable_type" ON "buttafly_mappings" ("targetable_id", "targetable_type")  (7.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (13.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (8.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (8.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (8.0ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (9.2ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (3.8ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (9.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.2ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (8.7ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.4ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (0.6ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.1ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.2ms) BEGIN  (7.1ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.6ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (8.2ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (2.8ms) COMMIT Migrating to AddNameToButtaflyLegend (20141007183550)  (0.5ms) BEGIN  (1.4ms) ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255) PG::DuplicateColumn: ERROR: column "name" of relation "buttafly_legends" already exists : ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddNameToButtaflyLegend (20141007183550)  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255) PG::DuplicateColumn: ERROR: column "name" of relation "buttafly_legends" already exists : ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255)  (0.3ms) ROLLBACK  (9.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (14.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (22.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.6ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.3ms) BEGIN  (15.5ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (3.0ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.5ms) BEGIN  (14.3ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_class" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.7ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.5ms) BEGIN  (6.0ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (5.9ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (5.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.6ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (14.0ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.8ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (11.9ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (15.3ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.5ms) BEGIN  (8.7ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (6.0ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.5ms) BEGIN  (0.8ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.5ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (16.3ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (3.1ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.5ms) BEGIN  (18.1ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (5.1ms) COMMIT Migrating to AddNameToButtaflyLegend (20141007183550)  (0.5ms) BEGIN  (1.0ms) ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255) PG::DuplicateColumn: ERROR: column "name" of relation "buttafly_legends" already exists : ALTER TABLE "buttafly_legends" ADD COLUMN "name" character varying(255)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (44.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (11.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (26.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.8ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (23.8ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (4.8ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.5ms) BEGIN  (16.7ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_class" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.8ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.4ms) BEGIN  (6.3ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (11.2ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (6.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.9ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (8.5ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.2ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (7.5ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.5ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (15.4ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (4.4ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.5ms) BEGIN  (0.9ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.4ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (12.2ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (9.9ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.5ms) BEGIN  (12.7ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (10.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (17.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (17.9ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.7ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.4ms) BEGIN  (16.1ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.9ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.3ms) BEGIN  (13.1ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_class" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.7ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.3ms) BEGIN  (6.0ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (15.9ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (9.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (7.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (5.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.4ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.5ms) BEGIN  (9.5ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.9ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.5ms) BEGIN  (8.9ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.5ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.5ms) BEGIN  (13.3ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.5ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.3ms) BEGIN  (0.4ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.2ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (6.0ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.7ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (9.1ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (2.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (14.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.4ms) BEGIN  (15.0ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (10.5ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.5ms) BEGIN  (22.0ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.7ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.2ms) BEGIN  (22.6ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (3.3ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.3ms) BEGIN  (8.1ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (10.5ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (5.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (5.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (6.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.6ms) COMMIT Migrating to CreateDummyParents (20140919001242)  (0.4ms) BEGIN  (14.2ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.9ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.3ms) BEGIN  (7.6ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.6ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (7.3ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.6ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.5ms) BEGIN  (0.7ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (10.0ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.3ms) BEGIN  (12.7ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (3.6ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (17.0ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (3.1ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" SQL (0.7ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.3ms) DROP TABLE "buttafly_legends"  (29.1ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (5.9ms) DROP TABLE "buttafly_mappings"  (28.4ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (11.7ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (9.6ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (12.7ms) DROP TABLE "buttafly_spreadsheets"  (16.7ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))   (7.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (7.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (7.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (16.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (5.5ms) DROP TABLE "dummy_children"  (15.1ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (5.3ms) DROP TABLE "dummy_grandparents"  (12.7ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (4.9ms) DROP TABLE "dummy_parents"  (11.0ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (4.8ms) DROP TABLE "dummy_tribes"  (16.5ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (5.3ms) DROP TABLE "users"  (11.3ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (0.7ms) SELECT version FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN SQL (1.2ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 22:36:21.442211"], ["name", "Romanian"], ["updated_at", "2014-10-09 22:36:21.442211"]]  (2.3ms) COMMIT  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 22:36:21.450485"], ["name", "German"], ["updated_at", "2014-10-09 22:36:21.450485"]]  (2.1ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 22:36:21.455319"], ["name", "Indian"], ["updated_at", "2014-10-09 22:36:21.455319"]]  (2.3ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.9ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-10-09 22:36:21.495425"], ["dummy_tribe_id", 3], ["name", "Heather Schoeneman"], ["updated_at", "2014-10-09 22:36:21.495425"]]  (2.4ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-10-09 22:36:21.504430"], ["dummy_tribe_id", 3], ["name", "Kurt Schoeneman"], ["updated_at", "2014-10-09 22:36:21.504430"]]  (2.2ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-10-09 22:36:21.513076"], ["dummy_tribe_id", 3], ["name", "Vicki Pacurar"], ["updated_at", "2014-10-09 22:36:21.513076"]]  (2.1ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-10-09 22:36:21.520342"], ["dummy_tribe_id", 2], ["name", "KC Shekhar"], ["updated_at", "2014-10-09 22:36:21.520342"]]  (2.2ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-10-09 22:36:21.528320"], ["dummy_tribe_id", 3], ["name", "Usha Shekhar"], ["updated_at", "2014-10-09 22:36:21.528320"]]  (2.4ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (1.1ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.564858"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 2], ["name", "Guy Pacurarar"], ["updated_at", "2014-10-09 22:36:21.564858"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.6ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.578666"], ["dummy_grandparent_id", 1], ["dummy_tribe_id", 2], ["name", "Sarah Schoeneman"], ["updated_at", "2014-10-09 22:36:21.578666"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.589819"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 3], ["name", "Doug Schoeneman"], ["updated_at", "2014-10-09 22:36:21.589819"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.599457"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 1], ["name", "Archana Shekhar"], ["updated_at", "2014-10-09 22:36:21.599457"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.7ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (1.1ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.634639"], ["dummy_parent_id", 4], ["dummy_tribe_id", 2], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-10-09 22:36:21.634639"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.2ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.7ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-09 22:36:21.645797"], ["dummy_parent_id", 4], ["dummy_tribe_id", 2], ["name", "Rohan Schoeneman"], ["updated_at", "2014-10-09 22:36:21.645797"]]  (3.3ms) COMMIT  (0.1ms) BEGIN SQL (1.0ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 22:36:21.665343"], ["name", "Fred"], ["updated_at", "2014-10-09 22:36:21.665343"]]  (2.4ms) COMMIT  (0.8ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN SQL (0.8ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.774228"], ["flat_file", "family.odt.csv"], ["name", "reviews.csv"], ["updated_at", "2014-10-09 22:36:21.774228"], ["user_id", 1]]  (2.2ms) COMMIT  (0.3ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.785480"], ["flat_file", "family.odt.csv"], ["name", "pinot_noir_reviews.csv"], ["updated_at", "2014-10-09 22:36:21.785480"], ["user_id", 1]]  (2.5ms) COMMIT  (0.3ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.796064"], ["flat_file", "family.odt.csv"], ["name", "gewurztraminer_reviews.csv"], ["updated_at", "2014-10-09 22:36:21.796064"], ["user_id", 1]]  (2.2ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.807155"], ["flat_file", "family.odt.csv"], ["name", "cabernets.csv"], ["updated_at", "2014-10-09 22:36:21.807155"], ["user_id", 1]]  (2.3ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.818322"], ["flat_file", "family.odt.csv"], ["name", "merlots.csv"], ["updated_at", "2014-10-09 22:36:21.818322"], ["user_id", 1]]  (2.5ms) COMMIT  (0.7ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN SQL (0.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 22:36:21.830451"], ["flat_file", "family.odt.csv"], ["name", "zinfandels.csv"], ["updated_at", "2014-10-09 22:36:21.830451"], ["user_id", 1]]  (2.4ms) COMMIT Started GET "/buttafly/legends/new?originable%5Bid%5D=1&originable%5Btype%5D=Buttafly%3A%3ASpreadsheet" for 127.0.0.1 at 2014-10-09 16:13:29 -0700 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable"=>{"id"=>"1", "type"=>"Buttafly::Spreadsheet"}} Completed 404 Not Found in 84ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Spreadsheet without an ID): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:411:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:27:in `set_originable' activesupport (4.1.6) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.6ms) Started GET "/buttafly/legends/new?originable%5Bid%5D=1&originable%5Btype%5D=Buttafly%3A%3ASpreadsheet" for 127.0.0.1 at 2014-10-09 16:16:32 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable"=>{"id"=>"1", "type"=>"Buttafly::Spreadsheet"}} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Spreadsheet without an ID): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:411:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:27:in `set_originable' activesupport (4.1.6) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/buttafly/legends/new?originable%5Bid%5D=1&originable%5Btype%5D=Buttafly%3A%3ASpreadsheet" for 127.0.0.1 at 2014-10-09 16:16:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable"=>{"id"=>"1", "type"=>"Buttafly::Spreadsheet"}} Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Spreadsheet without an ID): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:411:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:27:in `set_originable' activesupport (4.1.6) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.6ms) Started GET "/buttafly/legends/new?originable%5Bid%5D=1&originable%5Btype%5D=Buttafly%3A%3ASpreadsheet" for 127.0.0.1 at 2014-10-09 16:16:59 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable"=>{"id"=>"1", "type"=>"Buttafly::Spreadsheet"}} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Spreadsheet without an ID): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:411:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:27:in `set_originable' activesupport (4.1.6) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 16:17:03 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (21.0ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (75.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (109.3ms) Completed 500 Internal Server Error in 131ms ActionView::Template::Error (Could not find the source association(s) :targetable in model Buttafly::Mapping. Try 'has_many :targetable, :through => :mappings, :source => '. Is it one of legend or originable?): 36: - if file.data && file.targetable.size == file.data.size 37: .label.success.round= file.targetable ? file.targetable.count : "no transactions" 38: - else 39: .label.alert.round= file.targetable ? file.targetable.size : "no transactions" 40: 41: .small-6.columns 42: activerecord (4.1.6) lib/active_record/reflection.rb:698:in `check_validity!' activerecord (4.1.6) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.1.6) lib/active_record/associations/has_many_through_association.rb:9:in `initialize' activerecord (4.1.6) lib/active_record/associations.rb:155:in `new' activerecord (4.1.6) lib/active_record/associations.rb:155:in `association' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `targetable' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:39:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml__4317219303328823841_37679800' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1938063070708618091_36109460' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1938063070708618091_36109460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 16:17:29 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (73.5ms) Completed 200 OK in 381ms (Views: 373.0ms | ActiveRecord: 6.4ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:30 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:17:33 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (12.8ms) Completed 500 Internal Server Error in 36ms ActionView::Template::Error (undefined local variable or method `mapping' for #<#:0x000000040c5e50>): 1: = mapping /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_34436560' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.2ms) Completed 200 OK in 138ms (Views: 133.4ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:17:58 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:18:22 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47573920' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (49.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.7ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.0ms) Completed 200 OK in 90ms (Views: 87.0ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:18:46 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:25:43 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_35944460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:26:42 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 62ms ArgumentError (Unknown key: :source. Valid keys are: :class_name, :class, :foreign_key, :validate, :autosave, :remote, :dependent, :primary_key, :inverse_of, :foreign_type, :polymorphic, :touch, :counter_cache): activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:71:in `block in assert_valid_keys' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `each_key' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `assert_valid_keys' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:81:in `validate_options' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:61:in `initialize' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `new' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `create_builder' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:35:in `build' activerecord (4.1.6) lib/active_record/associations.rb:1433:in `belongs_to' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:6:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:1:in `' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.6) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.6) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.6) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.6) lib/active_support/dependencies.rb:583:in `constantize' activerecord (4.1.6) lib/active_record/inheritance.rb:124:in `block in compute_type' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `each' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `compute_type' activerecord (4.1.6) lib/active_record/reflection.rb:221:in `klass' activerecord (4.1.6) lib/active_record/reflection.rb:438:in `automatic_inverse_of' activerecord (4.1.6) lib/active_record/reflection.rb:427:in `block in inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `fetch' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:326:in `has_inverse?' activerecord (4.1.6) lib/active_record/reflection.rb:293:in `check_validity_of_inverse!' activerecord (4.1.6) lib/active_record/reflection.rb:288:in `check_validity!' activerecord (4.1.6) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.1.6) lib/active_record/associations.rb:155:in `new' activerecord (4.1.6) lib/active_record/associations.rb:155:in `association' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `mappings' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:10:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (79.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:27:24 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 54ms ArgumentError (Unknown key: :source. Valid keys are: :class_name, :class, :foreign_key, :validate, :autosave, :remote, :dependent, :primary_key, :inverse_of, :foreign_type, :polymorphic, :touch, :counter_cache): activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:71:in `block in assert_valid_keys' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `each_key' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `assert_valid_keys' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:81:in `validate_options' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:61:in `initialize' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `new' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `create_builder' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:35:in `build' activerecord (4.1.6) lib/active_record/associations.rb:1433:in `belongs_to' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:6:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:1:in `' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.6) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.6) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.6) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.6) lib/active_support/dependencies.rb:583:in `constantize' activerecord (4.1.6) lib/active_record/inheritance.rb:124:in `block in compute_type' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `each' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `compute_type' activerecord (4.1.6) lib/active_record/reflection.rb:221:in `klass' activerecord (4.1.6) lib/active_record/reflection.rb:438:in `automatic_inverse_of' activerecord (4.1.6) lib/active_record/reflection.rb:427:in `block in inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `fetch' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:326:in `has_inverse?' activerecord (4.1.6) lib/active_record/reflection.rb:293:in `check_validity_of_inverse!' activerecord (4.1.6) lib/active_record/reflection.rb:288:in `check_validity!' activerecord (4.1.6) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.1.6) lib/active_record/associations.rb:155:in `new' activerecord (4.1.6) lib/active_record/associations.rb:155:in `association' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `mappings' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:10:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:27:42 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 55ms ArgumentError (Unknown key: :source_type. Valid keys are: :class_name, :class, :foreign_key, :validate, :autosave, :remote, :dependent, :primary_key, :inverse_of, :foreign_type, :polymorphic, :touch, :counter_cache): activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:71:in `block in assert_valid_keys' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `each_key' activesupport (4.1.6) lib/active_support/core_ext/hash/keys.rb:69:in `assert_valid_keys' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:81:in `validate_options' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:61:in `initialize' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `new' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:46:in `create_builder' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:35:in `build' activerecord (4.1.6) lib/active_record/associations.rb:1433:in `belongs_to' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:6:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:2:in `' /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:1:in `' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.6) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.6) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.6) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.6) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.6) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.6) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.6) lib/active_support/dependencies.rb:583:in `constantize' activerecord (4.1.6) lib/active_record/inheritance.rb:124:in `block in compute_type' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `each' activerecord (4.1.6) lib/active_record/inheritance.rb:122:in `compute_type' activerecord (4.1.6) lib/active_record/reflection.rb:221:in `klass' activerecord (4.1.6) lib/active_record/reflection.rb:438:in `automatic_inverse_of' activerecord (4.1.6) lib/active_record/reflection.rb:427:in `block in inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `fetch' activerecord (4.1.6) lib/active_record/reflection.rb:423:in `inverse_name' activerecord (4.1.6) lib/active_record/reflection.rb:326:in `has_inverse?' activerecord (4.1.6) lib/active_record/reflection.rb:293:in `check_validity_of_inverse!' activerecord (4.1.6) lib/active_record/reflection.rb:288:in `check_validity!' activerecord (4.1.6) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.1.6) lib/active_record/associations.rb:155:in `new' activerecord (4.1.6) lib/active_record/associations.rb:155:in `association' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `mappings' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:10:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:28:50 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.8ms) Completed 500 Internal Server Error in 148ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_35944460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.0ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (44.2ms) Completed 200 OK in 171ms (Views: 165.9ms | ActiveRecord: 4.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:30:17 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:30:22 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_35944460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:31:10 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.5ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_35944460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.5ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:31:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.1ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_35944460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:31:40 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.5ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable.id activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46463580' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (50.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.9ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:31:43 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.6ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `constantize' for #): 1: = @mapping.originable.id activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46463580' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.1ms) Completed 200 OK in 93ms (Views: 90.2ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:31:52 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.0ms) Completed 200 OK in 134ms (Views: 130.7ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:32:14 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.8ms) Completed 200 OK in 130ms (Views: 126.8ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:12 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (0.2ms) Completed 200 OK in 124ms (Views: 121.2ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:38:16 -0700  (0.4ms) BEGIN SQL (1.6ms) INSERT INTO "buttafly_legends" ("created_at", "data", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 23:45:30.383783"], ["data", "{\"meta\":{\"col_sep\":\",\",\"encoding\":\"utf-8\",\"row_sep\":\"/n\",\"headers\":[\"mother\",\"child\",\"grandparent\"]},\"dummy_child\":{\"name\":\"child\",\"dummy_parent\":{\"name\":\"mother\",\"dummy_grandparent\":{\"name\":\"grandparent\"}}}}"], ["updated_at", "2014-10-09 23:45:30.383783"]]  (2.3ms) COMMIT  (0.5ms) BEGIN SQL (1.0ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "data", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 23:45:30.458594"], ["data", "{}"], ["flat_file", "family.odt.csv"], ["name", "test_file_name1"], ["updated_at", "2014-10-09 23:45:30.458594"]]  (2.4ms) COMMIT  (0.3ms) BEGIN SQL (1.3ms) INSERT INTO "buttafly_mappings" ("created_at", "legend_id", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-10-09 23:45:30.522533"], ["legend_id", 1], ["originable_id", 7], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-10-09 23:45:30.522533"]]  (2.8ms) COMMIT  (0.4ms) BEGIN SQL (0.8ms) INSERT INTO "buttafly_legends" ("created_at", "data", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-10-09 23:45:35.824438"], ["data", "{\"meta\":{\"col_sep\":\",\",\"encoding\":\"utf-8\",\"row_sep\":\"/n\",\"headers\":[\"mother\",\"child\",\"grandparent\"]},\"dummy_child\":{\"name\":\"child\",\"dummy_parent\":{\"name\":\"mother\",\"dummy_grandparent\":{\"name\":\"grandparent\"}}}}"], ["updated_at", "2014-10-09 23:45:35.824438"]]  (2.7ms) COMMIT  (0.4ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "data", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-09 23:45:35.841812"], ["data", "{}"], ["flat_file", "family.odt.csv"], ["name", "test_file_name2"], ["updated_at", "2014-10-09 23:45:35.841812"]]  (2.3ms) COMMIT  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_mappings" ("created_at", "legend_id", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-10-09 23:45:35.852916"], ["legend_id", 2], ["originable_id", 8], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-10-09 23:45:35.852916"]]  (1.9ms) COMMIT  (1.1ms) SELECT COUNT(*) FROM "buttafly_mappings" Buttafly::Mapping Load (1.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" ORDER BY "buttafly_mappings"."id" ASC LIMIT 1 Buttafly::Mapping Load (1.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" ORDER BY "buttafly_mappings"."id" DESC LIMIT 1 Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" ORDER BY "buttafly_mappings"."id" DESC LIMIT 1 Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" ORDER BY "buttafly_mappings"."id" DESC LIMIT 1 Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 8]] Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:47:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.3ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `constantize' for #): 1: %br 2: = @mapping.originable.name 3: %br 4: / = @mapping.originable. 5: %br activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46809440' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:47:29 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.3ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `constantize' for #): 1: %br 2: = @mapping.originable.name 3: %br 4: / = @mapping.originable. 5: %br activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46809440' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:48:09 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 32ms NoMethodError (undefined method `mappings' for nil:NilClass): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:9:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:48:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `mappings' for nil:NilClass): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:9:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:49:03 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.2ms) Completed 500 Internal Server Error in 44ms ActionView::Template::Error (undefined method `constantize' for #): 1: %br 2: = @mapping.originable.name 3: %br 4: / = @mapping.originable. 5: %br activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46809440' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:49:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `constantize' for #): 1: %br 2: = @mapping.originable.name 3: %br 4: / = @mapping.originable. 5: %br activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46809440' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:56:04 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-09 23:56:04.832154"], ["updated_at", "2014-10-09 23:56:04.832154"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.3ms) Completed 500 Internal Server Error in 106ms ActionView::Template::Error (undefined method `constantize' for #): 1: %br 2: = @mapping.originable.name 3: %br 4: / = @mapping.originable. 5: %br activerecord (4.1.6) lib/active_record/dynamic_matchers.rb:26:in `method_missing' activerecord (4.1.6) lib/active_record/associations/belongs_to_polymorphic_association.rb:7:in `klass' activerecord (4.1.6) lib/active_record/associations/belongs_to_association.rb:37:in `find_target?' activerecord (4.1.6) lib/active_record/associations/association.rb:138:in `load_target' activerecord (4.1.6) lib/active_record/associations/association.rb:53:in `reload' activerecord (4.1.6) lib/active_record/associations/singular_association.rb:9:in `reader' activerecord (4.1.6) lib/active_record/associations/builder/association.rb:110:in `originable' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_46809440' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-09 23:57:31.678930"], ["updated_at", "2014-10-09 23:57:31.678930"]]  (3.8ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.5ms) Completed 200 OK in 143ms (Views: 132.5ms | ActiveRecord: 5.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:31 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 16:57:32 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 17:06:40 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 00:06:40.253291"], ["updated_at", "2014-10-10 00:06:40.253291"]]  (2.7ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: = form_for @mapping, html: { multipart: true} do |f| 2: = f.select :targetable_model, @targetable_models 3: %br 4: / = @mapping.originable.name 5: %br actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 17:06:42 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 00:06:42.608602"], ["updated_at", "2014-10-10 00:06:42.608602"]]  (2.8ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.5ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: = form_for @mapping, html: { multipart: true} do |f| 2: = f.select :targetable_model, @targetable_models 3: %br 4: / = @mapping.originable.name 5: %br actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-09 17:06:54 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "originable"=>{"name"=>""}, "commit"=>"Upload file"}  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-10 00:06:54.871461"], ["name", ""], ["updated_at", "2014-10-10 00:06:54.871461"]]  (2.0ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-09 17:06:54 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.1ms) Completed 200 OK in 178ms (Views: 172.2ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 17:06:55 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 17:07:01 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 00:07:01.961322"], ["updated_at", "2014-10-10 00:07:01.961322"]]  (2.3ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.1ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: = form_for @mapping, html: { multipart: true} do |f| 2: = f.select :targetable_model, @targetable_models 3: %br 4: / = @mapping.originable.name 5: %br actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:2:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:1:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___3650905834790368447_47275520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.5ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 17:07:30 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.7ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 00:07:30.420507"], ["updated_at", "2014-10-10 00:07:30.420507"]]  (3.2ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.8ms) Completed 200 OK in 118223ms (Views: 118.3ms | ActiveRecord: 15.7ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-09 17:09:28 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 00:09:28.691533"], ["updated_at", "2014-10-10 00:09:28.691533"]]  (2.9ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.2ms) Completed 200 OK in 1566ms (Views: 123.2ms | ActiveRecord: 16.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-09 17:09:30 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 15:13:18 -0700 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (4.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.4ms) BEGIN SQL (2.7ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 22:13:19.136404"], ["updated_at", "2014-10-10 22:13:19.136404"]]  (2.1ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (18.0ms) Completed 200 OK in 98407ms (Views: 367.2ms | ActiveRecord: 28.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 15:14:58 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 15:15:57 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.7ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 22:15:57.775393"], ["updated_at", "2014-10-10 22:15:57.775393"]]  (3.3ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (52.4ms) Completed 200 OK in 268ms (Views: 155.2ms | ActiveRecord: 19.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 15:15:58 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 22:59:19.393557"], ["updated_at", "2014-10-10 22:59:19.393557"]]  (2.5ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (14.6ms) Completed 200 OK in 155ms (Views: 141.7ms | ActiveRecord: 4.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:19 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 15:59:24 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.4ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 22:59:24.801703"], ["updated_at", "2014-10-10 22:59:24.801703"]]  (3.1ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.6ms) Completed 200 OK in 151ms (Views: 132.2ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 15:59:25 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:00:06.513152"], ["updated_at", "2014-10-10 23:00:06.513152"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.7ms) Completed 200 OK in 144ms (Views: 136.9ms | ActiveRecord: 3.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:00:06 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:02:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:02:58.797540"], ["updated_at", "2014-10-10 23:02:58.797540"]]  (2.7ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.2ms) Completed 200 OK in 147ms (Views: 135.3ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:02:59 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:08.587945"], ["updated_at", "2014-10-10 23:03:08.587945"]]  (2.5ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.6ms) Completed 200 OK in 156ms (Views: 145.7ms | ActiveRecord: 3.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:08 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:28 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:28.325476"], ["updated_at", "2014-10-10 23:03:28.325476"]]  (2.7ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %fieldset and nested within it.): 2: .small-12.columns 3: = form_for @mapping, html: { multipart: true} do |f| 4: %fieldset Create new legend: Step 1 5: = f.label :targetable_model 6: = f.select :targetable_model, @targetable_models 7: = f.submit "Select Target Model", class: "button" 8: %br /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.6ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:34 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:34.905240"], ["updated_at", "2014-10-10 23:03:34.905240"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.6ms) Completed 200 OK in 97ms (Views: 84.8ms | ActiveRecord: 3.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:35 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:47.395336"], ["updated_at", "2014-10-10 23:03:47.395336"]]  (2.8ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.1ms) Completed 200 OK in 103ms (Views: 87.9ms | ActiveRecord: 4.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:47 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:55 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:55.852878"], ["updated_at", "2014-10-10 23:03:55.852878"]]  (2.5ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (0.8ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %fieldset and nested within it.): 1: .row 2: .small-12.columns 3: %fieldset Create new legend: Step 1 4: = form_for @mapping, html: { multipart: true} do |f| 5: = f.label :targetable_model 6: = f.select :targetable_model, @targetable_models 7: = f.submit "Select Target Model", class: "button" /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.2ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:03:58.527367"], ["updated_at", "2014-10-10 23:03:58.527367"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.4ms) Completed 200 OK in 147ms (Views: 132.5ms | ActiveRecord: 3.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:03:58 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:04:38.478032"], ["updated_at", "2014-10-10 23:04:38.478032"]]  (2.7ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.7ms) Completed 200 OK in 149ms (Views: 136.6ms | ActiveRecord: 3.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:04:38 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:05:28 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:05:28.901796"], ["updated_at", "2014-10-10 23:05:28.901796"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.8ms) Completed 200 OK in 140ms (Views: 129.1ms | ActiveRecord: 3.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:29 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:05:45.277783"], ["updated_at", "2014-10-10 23:05:45.277783"]]  (2.6ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.9ms) Completed 200 OK in 156ms (Views: 146.8ms | ActiveRecord: 3.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:45 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:05:47 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:05:47.842779"], ["updated_at", "2014-10-10 23:05:47.842779"]]  (2.8ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.7ms) Completed 200 OK in 155ms (Views: 138.5ms | ActiveRecord: 3.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:05:48 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:06:11.526311"], ["updated_at", "2014-10-10 23:06:11.526311"]]  (2.8ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.9ms) Completed 200 OK in 158ms (Views: 143.4ms | ActiveRecord: 3.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:11 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:06:20 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.4ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:06:20.939093"], ["updated_at", "2014-10-10 23:06:20.939093"]]  (3.0ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.3ms) Completed 200 OK in 150ms (Views: 136.6ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:06:21 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:11:48.634606"], ["updated_at", "2014-10-10 23:11:48.634606"]]  (2.7ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.6ms) Completed 200 OK in 94ms (Views: 82.4ms | ActiveRecord: 3.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:49 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:49 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:49 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:49 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:11:49 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:12:03.449461"], ["updated_at", "2014-10-10 23:12:03.449461"]]  (3.4ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.8ms) Completed 200 OK in 100ms (Views: 85.6ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:03 -0700 Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:12:10.075897"], ["updated_at", "2014-10-10 23:12:10.075897"]]  (2.5ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.4ms) Completed 200 OK in 94ms (Views: 84.9ms | ActiveRecord: 3.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:12:10 -0700 Buttafly::Spreadsheet Load (1.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:45:03 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (14.9ms) Completed 500 Internal Server Error in 129ms ActionView::Template::Error (undefined method `targetable_model' for #): 4: %fieldset 5: %legend Create new legend: Step 1 6: = f.label :targetable_model 7: = f.select :targetable_model, @targetable_models 8: = f.submit "Select Target Model", class: "button" activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' actionview (4.1.6) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:16:in `block in render' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:16:in `fetch' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:16:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___162457386281039397_29826760' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___162457386281039397_29826760' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "buttafly_legends" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2014-10-10 23:54:59.168199"], ["updated_at", "2014-10-10 23:54:59.168199"]]  (2.9ms) COMMIT Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.7ms) Completed 200 OK in 245ms (Views: 84.4ms | ActiveRecord: 18.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-10 16:54:59 -0700 Started GET "/" for 127.0.0.1 at 2014-10-11 14:56:21 -0700 ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-11 14:56:21 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 14:56:27 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (29.3ms) Buttafly::Spreadsheet Load (4.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (81.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (168.7ms) Completed 200 OK in 484ms (Views: 381.9ms | ActiveRecord: 26.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-10-11 14:56:28 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.haml within layouts/application (2.2ms) Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 14:56:29 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (46.7ms) Completed 200 OK in 173ms (Views: 168.6ms | ActiveRecord: 3.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 14:58:57 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.5ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.1ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.2ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (44.6ms) Completed 200 OK in 178ms (Views: 175.1ms | ActiveRecord: 2.3ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:10 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:00:51 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.7ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.3ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.1ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (38.3ms) Completed 200 OK in 168ms (Views: 165.4ms | ActiveRecord: 1.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:00:52 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:01:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (60.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.7ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.6ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.6ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (100.8ms) Completed 200 OK in 183ms (Views: 174.0ms | ActiveRecord: 7.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:01:23 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:04:12 -0700 ActiveRecord::SchemaMigration Load (4.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (36.3ms) Buttafly::Spreadsheet Load (18.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (133.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (277.1ms) Completed 200 OK in 1210ms (Views: 962.8ms | ActiveRecord: 47.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:04:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:04:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:04:15 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:12:31 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (55.7ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (18.4ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (80.8ms) Completed 500 Internal Server Error in 87ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ));}\n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...
\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ));}\n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...
\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:12:32 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (17.1ms) Completed 500 Internal Server Error in 21ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ));}\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...
\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ));}\n
\n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...
\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:12:49 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (25.3ms) Completed 500 Internal Server Error in 29ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(-1); ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected '}', expecting keyword_end ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(-1); ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected '}', expecting keyword_end ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (47.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (59.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:12:51 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (28.1ms) Completed 500 Internal Server Error in 34ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(-1); ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected '}', expecting keyword_end ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected $undefined ));}\n
\n Create n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...n Create new legend: Step 1\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected tINTEGER, expecting keyword_do or '{' or '(' ...egend>Create new legend: Step 1\n #{_ham... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:63: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(-1); ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected '}', expecting keyword_end ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:65: syntax error, unexpected $undefined ...
\n
\n #{_hamlout.adjust_... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:74: syntax error, unexpected '}', expecting keyword_end ));}\n #{_hamlout.format... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:78: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.p... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - br /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ));}
\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:93: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:17:25 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.6ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (81.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (90.5ms) Completed 500 Internal Server Error in 95ms ActionView::Template::Error (undefined local variable or method `form' for #<#:0x00000003e12780>): 64: 65: 66: = file.mappings.count 67: = form 68: - file.mappings.each do |mapping| 69: 70: = mapping.id /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3226888580778858135_32642800' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.9ms) Completed 200 OK in 185ms (Views: 177.8ms | ActiveRecord: 6.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:17:46 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:18:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.6ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (21.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.9ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (71.1ms) Completed 200 OK in 200ms (Views: 192.2ms | ActiveRecord: 6.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:18:17 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:57:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends"  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]]  (0.4ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]]  (0.5ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]]  (0.3ms) SELECT COUNT(*) FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.5ms) Completed 200 OK in 189ms (Views: 180.2ms | ActiveRecord: 6.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:01 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.2ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.6ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.1ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.0ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.4ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (1.9ms)  (0.2ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (43.5ms) Completed 200 OK in 167ms (Views: 164.0ms | ActiveRecord: 1.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:08 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.9ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.7ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.5ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.8ms) Completed 200 OK in 172ms (Views: 167.9ms | ActiveRecord: 2.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:25 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (1.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (90.1ms) Completed 200 OK in 172ms (Views: 165.8ms | ActiveRecord: 3.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:28 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:57:38 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (42.0ms) Completed 200 OK in 161ms (Views: 156.8ms | ActiveRecord: 3.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:57:39 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 15:59:50 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.9ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.9ms) Completed 200 OK in 172ms (Views: 166.1ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 15:59:51 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.9ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (47.5ms) Completed 200 OK in 173ms (Views: 167.3ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:01 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:00:05 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.6ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (55.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (90.8ms) Completed 200 OK in 175ms (Views: 168.9ms | ActiveRecord: 4.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:06 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:00:15 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.8ms)  (1.1ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (46.8ms) Completed 200 OK in 172ms (Views: 166.3ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:00:15 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:00:16 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.2ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (26.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.8ms) Completed 200 OK in 188ms (Views: 183.0ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:01:43 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (100.6ms) Completed 200 OK in 181ms (Views: 176.0ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:02 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:03 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.6ms) Completed 200 OK in 129ms (Views: 122.9ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:16 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:02:44 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.6ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (2.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (53.9ms) Completed 200 OK in 182ms (Views: 175.5ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:45 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.0ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (45.9ms) Completed 200 OK in 187ms (Views: 180.9ms | ActiveRecord: 3.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:02:49 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.1ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (62.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (100.6ms) Completed 200 OK in 184ms (Views: 178.0ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:19 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.9ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (21.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (61.6ms) Completed 200 OK in 191ms (Views: 185.0ms | ActiveRecord: 5.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:47 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:03:48 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:04:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.9ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (24.9ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 57: %fieldset 58: %legend Create new mapping 59: = f.label :targetable_model 60: = f.select :targetable_model, @targetable_models 61: = f.submit "Select Target Model", class: "button" 62: 63: #panel2-4.content actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:60:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3226888580778858135_43826320' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3226888580778858135_43826320' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:05:06 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (10.8ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (118.5ms) Completed 200 OK in 262ms (Views: 215.2ms | ActiveRecord: 7.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:05:07 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:19:40 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (8.8ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (77.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (90.7ms) Completed 500 Internal Server Error in 150ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 58: %legend Create new mapping 59: = f.label :targetable_model 60: = f.select :targetable_model, @targetable_models 61: = f.submit "Select Target Model", new_mapping_path, class: "button" 62: 63: #panel2-4.content 64: .small-6.columns actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1749:in `submit' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:61:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3226888580778858135_35468260' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___3226888580778858135_35468260' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1194610405987115907_31162400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.8ms) Completed 200 OK in 183ms (Views: 175.7ms | ActiveRecord: 3.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 16:20:05 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:30:26 -0700 ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (48.7ms) Buttafly::Spreadsheet Load (3.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (63.0ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (65.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (239.5ms) Completed 200 OK in 668ms (Views: 546.3ms | ActiveRecord: 18.7ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:30:28 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:30:42 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:34:08 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:34:12 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (86.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (93.2ms) Completed 500 Internal Server Error in 98ms ActionView::Template::Error (undefined method `mapping_spreadsheets_path' for #<#:0x00000005706d90>): 53: 54: .content{ "id" => "mappings-#{file.id}"} 55: .small-6.columns 56: = form_for [@mapping, @originable], html: { multipart: true } do |f| 57: %fieldset 58: %legend Create new mapping 59: = f.label :targetable_model actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml__2666805834103686974_45800180' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/buttafly/contents/new" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Processing by Buttafly::ContentsController#new as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/new.html.haml within layouts/application (2.1ms) Completed 200 OK in 137ms (Views: 135.7ms | ActiveRecord: 0.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:35:30 -0700 Started GET "/" for 127.0.0.1 at 2014-10-11 21:35:32 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:35:37 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (16.7ms) Completed 500 Internal Server Error in 22ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected tLABEL ...[@mapping, @originable]), html: { multipart: true } do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected keyword_do_block, expecting keyword_end ...), html: { multipart: true } do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:77: syntax error, unexpected keyword_ensure, expecting end-of-input): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected tLABEL ...[@mapping, @originable]), html: { multipart: true } do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected keyword_do_block, expecting keyword_end ...), html: { multipart: true } do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:77: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:41:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.6ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (18.9ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (Illegal element: classes and ids must have values.): 58: %legend Create new mapping 59: = f.label :targetable_model 60: = f.select :targetable_model, @targetable_models 61: # = f.hidden_field :originable_id 62: = f.submit "Select Target Model", class: "button" 63: 64: #panel2-4.content /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:61 haml (4.0.5) lib/haml/parser.rb:525:in `parse_tag' haml (4.0.5) lib/haml/parser.rb:332:in `tag' haml (4.0.5) lib/haml/parser.rb:411:in `div' haml (4.0.5) lib/haml/parser.rb:212:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (11.3ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (42.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (93.3ms) Completed 200 OK in 328ms (Views: 210.2ms | ActiveRecord: 18.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:42:19 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:42:32 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:44:48 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (25.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (56.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (121.1ms) Completed 200 OK in 201ms (Views: 195.0ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:44:49 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:44:57 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 2ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:45:25 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.9ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.0ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (30.3ms) Completed 500 Internal Server Error in 36ms ActionView::Template::Error (undefined method `merge' for nil:NilClass): 56: = form_for @mapping, html: { multipart: true } do |f| 57: %fieldset 58: %legend Create new mapping 59: = f.hidden_field :originable_id, @originable.id 60: = f.label :targetable_model 61: = f.select :targetable_model, @targetable_models 62: / # = f.hidden_field :originable_id actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1805:in `objectify_options' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1686:in `hidden_field' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:59:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml__2666805834103686974_42336460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml__2666805834103686974_42336460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (60.1ms) Completed 200 OK in 191ms (Views: 182.3ms | ActiveRecord: 5.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:46:30 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:46:37 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 54ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (59.5ms) Completed 200 OK in 188ms (Views: 181.4ms | ActiveRecord: 5.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:01 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:47:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.2ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (70.0ms) Completed 200 OK in 207ms (Views: 200.2ms | ActiveRecord: 4.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:47:11 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:47:13 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 2ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:48:20 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 255186ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:65:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:54:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (10.5ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (69.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (120.4ms) Completed 200 OK in 248ms (Views: 192.5ms | ActiveRecord: 14.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:54:27 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:56:28 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 34824ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:58:27 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (9.2ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (28.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (1.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (51.5ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (127.4ms) Completed 200 OK in 254ms (Views: 203.6ms | ActiveRecord: 10.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 21:58:28 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 21:58:35 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 103079ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (58.4ms) Completed 200 OK in 185ms (Views: 175.7ms | ActiveRecord: 4.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.3ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (59.3ms) Completed 200 OK in 191ms (Views: 181.8ms | ActiveRecord: 5.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:00:19 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:00:23 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 213163ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.8ms) Started GET "/" for 127.0.0.1 at 2014-10-11 22:03:56 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-11 22:03:56 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-11 22:03:56 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/info/routes" for 127.0.0.1 at 2014-10-11 22:03:56 -0700 ActionController::RoutingError (No route matches [GET] "/info/routes"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (106.3ms) Started GET "/rails/info" for 127.0.0.1 at 2014-10-11 22:03:57 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/rails/info" for 127.0.0.1 at 2014-10-11 22:03:57 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-10-11 22:03:57 -0700 Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (13.5ms) Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:04:45 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (16.9ms) Completed 500 Internal Server Error in 22ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected keyword_do_block haml_temp = form_for @mapping, url: mappings_path(@mapping), do |f| ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:79: syntax error, unexpected keyword_ensure, expecting end-of-input): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:56: syntax error, unexpected keyword_do_block haml_temp = form_for @mapping, url: mappings_path(@mapping), do |f| ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:79: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__244935702621283421_27709520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.4ms) Completed 200 OK in 178ms (Views: 171.9ms | ActiveRecord: 4.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:05:07 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:05:10 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 13337ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:05:24 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 4136ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.1ms) Completed 200 OK in 175ms (Views: 168.4ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:06:17 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:06:41 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 125243ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:08:46 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (41.5ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (92.9ms) Completed 200 OK in 171ms (Views: 164.1ms | ActiveRecord: 4.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (58.5ms) Completed 200 OK in 188ms (Views: 180.1ms | ActiveRecord: 5.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:39 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.9ms) Completed 200 OK in 187ms (Views: 177.8ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:46 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:47 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (49.9ms) Completed 200 OK in 176ms (Views: 170.5ms | ActiveRecord: 3.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:09:54 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:10:01 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 8366ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (10.2ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (37.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (81.1ms) Completed 200 OK in 265ms (Views: 198.2ms | ActiveRecord: 17.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:13:16 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:13:24 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 56ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:14:04 -0700 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 500 Internal Server Error in 45ms NameError (undefined local variable or method `originable_params' for #): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (55.9ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:14:54 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 21ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `contents_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:14:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (20.0ms) Buttafly::Spreadsheet Load (2.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (60.8ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (56.7ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (194.7ms) Completed 200 OK in 561ms (Views: 453.3ms | ActiveRecord: 21.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:14:58 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:15:00 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `contents_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (66.8ms) Completed 200 OK in 201ms (Views: 194.3ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:31 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:31 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:15:31 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:15:40 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `contents_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.0ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:16:15 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 139599ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:65:in `contents_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:20:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:23:02 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 21ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (10.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (42.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.1ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (90.5ms) Completed 200 OK in 334ms (Views: 231.3ms | ActiveRecord: 18.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:23:10 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:25:27 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (13.2ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %legend and nested within it.): 55: .small-6.columns 56: %fieldset 57: %legend Create new mapping 58: = form_for @mapping, url: mappings_path do |f| 59: = f.label :targetable_model 60: = f.select :targetable_model, @targetable_models 61: / # = f.hidden_field :originable_id /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1110129485134629404_14310680' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1110129485134629404_14310680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (52.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:25:40 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (60.0ms) Completed 200 OK in 200ms (Views: 191.8ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:25:41 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:25:47 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (11.4ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (28.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (77.5ms) Completed 200 OK in 320ms (Views: 193.8ms | ActiveRecord: 16.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:29:18 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:29:21 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:30:36 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (69.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (111.2ms) Completed 200 OK in 193ms (Views: 182.8ms | ActiveRecord: 5.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:30:37 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:31:26 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:32:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (65.3ms) Completed 200 OK in 200ms (Views: 192.9ms | ActiveRecord: 4.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:32:40 -0700 Started POST "/buttafly/mappings" for 127.0.0.1 at 2014-10-11 22:32:44 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/mappings/create.html.erb within layouts/application (0.4ms) Completed 200 OK in 352930ms (Views: 137.3ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:38:37 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (26.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (70.8ms) Completed 200 OK in 198ms (Views: 191.9ms | ActiveRecord: 4.3ms) Started POST "/buttafly/mappings" for 127.0.0.1 at 2014-10-11 22:39:03 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/mappings/create.html.erb within layouts/application (0.1ms) Completed 200 OK in 72906ms (Views: 133.5ms | ActiveRecord: 0.0ms) Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:17 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:40:27 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.8ms) Completed 200 OK in 202ms (Views: 195.6ms | ActiveRecord: 3.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.9ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (53.6ms) Completed 200 OK in 188ms (Views: 180.9ms | ActiveRecord: 4.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:40:30 -0700 Started POST "/buttafly/mappings" for 127.0.0.1 at 2014-10-11 22:40:34 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild", "originable_id"=>""}, "commit"=>"Select Target Model"} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/mappings/create.html.erb within layouts/application (0.2ms) Completed 200 OK in 32955ms (Views: 82.9ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (61.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (121.7ms) Completed 200 OK in 208ms (Views: 199.5ms | ActiveRecord: 5.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:07 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:12 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.1ms) Completed 200 OK in 202ms (Views: 195.8ms | ActiveRecord: 3.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:41:16 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:41:18 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild", "originable_id"=>""}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:42:17 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (80.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (95.9ms) Completed 500 Internal Server Error in 101ms ActionView::Template::Error (undefined method `merge' for 1:Fixnum): 58: = form_for :mapping, url: mappings_path do |f| 59: = f.label :targetable_model 60: = f.select :targetable_model, @targetable_models 61: = f.hidden_field :originable_id, file.id 62: = f.submit "Select Target Model", class: "button" 63: 64: #panel2-4.content actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1805:in `objectify_options' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1686:in `hidden_field' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:61:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___2835713155425272935_41078360' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___2835713155425272935_41078360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1110129485134629404_14310680' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1110129485134629404_14310680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (65.8ms) Completed 200 OK in 206ms (Views: 196.1ms | ActiveRecord: 5.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:37 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-11 22:42:47 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (60.4ms) Completed 200 OK in 206ms (Views: 199.7ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-11 22:42:48 -0700 Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-11 22:42:54 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"} Started GET "/" for 127.0.0.1 at 2014-10-12 13:44:36 -0700 ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.4ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-12 13:44:36 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-12 13:44:41 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (26.5ms) Buttafly::Spreadsheet Load (5.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (100.5ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (177.1ms) Completed 200 OK in 592ms (Views: 456.2ms | ActiveRecord: 31.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-12 13:44:42 -0700 Started GET "/" for 127.0.0.1 at 2014-10-14 01:18:14 -0700 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-14 01:18:14 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/rails/info/properties" for 127.0.0.1 at 2014-10-14 01:21:43 -0700 Processing by Rails::InfoController#properties as */* ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/properties.html.erb (0.6ms) Completed 200 OK in 13ms (Views: 6.9ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2014-10-18 11:48:04 -0700 ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.8ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (69.9ms) Buttafly::Spreadsheet Load (4.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (60.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (190.3ms) Completed 200 OK in 595ms (Views: 458.3ms | ActiveRecord: 32.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:08 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-18 12:28:09 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-18 12:28:15 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-18 12:31:23 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 15ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-18 12:31:43 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 19ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/buttafly/legends/new?originable_id=1" for 127.0.0.1 at 2014-10-18 12:33:30 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"originable_id"=>"1"} Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-18 14:29:04 -0700 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (28.8ms) Buttafly::Spreadsheet Load (5.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (2.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (109.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (201.8ms) Completed 200 OK in 640ms (Views: 494.2ms | ActiveRecord: 27.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-18 14:29:05 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 10:57:43 -0700 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (27.9ms) Buttafly::Spreadsheet Load (5.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (107.3ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (198.0ms) Completed 200 OK in 651ms (Views: 504.7ms | ActiveRecord: 30.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:44 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 10:57:45 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 10:57:53 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:12:01 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 28ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (53.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (68.5ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:12:05 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (11.0ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (22.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (67.8ms) Completed 200 OK in 233ms (Views: 191.3ms | ActiveRecord: 8.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:06 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:12:23 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:12:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (71.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (115.5ms) Completed 200 OK in 212ms (Views: 204.3ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 11:12:40 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:15:08 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 11:17:59 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 11:17:59 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:23:03 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (19.1ms) Completed 500 Internal Server Error in 24ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')', expecting '}' ...reate", originable_id: file.id) do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:77: syntax error, unexpected keyword_ensure, expecting end-of-input): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:58: syntax error, unexpected ')', expecting '}' ...reate", originable_id: file.id) do |f| ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:77: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1018130029753862781_33345720' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:13:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__1018130029753862781_33345720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:23:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.2ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (62.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (107.8ms) Completed 200 OK in 185ms (Views: 177.1ms | ActiveRecord: 5.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 11:23:27 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:23:31 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 1ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.1ms) Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:24:17 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model"} Completed 400 Bad Request in 18ms ActionController::ParameterMissing (param is missing or the value is empty: originable): actionpack (4.1.6) lib/action_controller/metal/strong_parameters.rb:187:in `require' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:64:in `originable_params' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/contents_controller.rb:19:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (18.2ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (35.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (89.8ms) Completed 200 OK in 313ms (Views: 220.4ms | ActiveRecord: 14.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 11:24:26 -0700 Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-20 11:24:49 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"} Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:48:30 -0700 ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (33.0ms) Buttafly::Spreadsheet Load (4.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (113.1ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (212.3ms) Completed 200 OK in 612ms (Views: 502.5ms | ActiveRecord: 30.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:32 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (57.7ms) Completed 200 OK in 192ms (Views: 185.3ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:48:40 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.0ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.3ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (65.2ms) Completed 200 OK in 203ms (Views: 195.7ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:19 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:49:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.9ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (55.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (116.0ms) Completed 200 OK in 201ms (Views: 194.0ms | ActiveRecord: 3.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:29 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.0ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (57.8ms) Completed 200 OK in 199ms (Views: 190.9ms | ActiveRecord: 4.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:49:45 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.5ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.0ms) Completed 200 OK in 192ms (Views: 183.5ms | ActiveRecord: 4.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:00 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.9ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (48.8ms) Completed 200 OK in 187ms (Views: 179.8ms | ActiveRecord: 3.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:10 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:50:19 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "originable"=>{"name"=>"", "flat_file"=>#, @original_filename="losatleticos.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"originable[flat_file]\"; filename=\"losatleticos.png\"\r\nContent-Type: image/png\r\n">}, "commit"=>"Upload file"}  (0.2ms) BEGIN SQL (1.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-20 21:50:19.640446"], ["flat_file", "losatleticos.png"], ["name", ""], ["updated_at", "2014-10-20 21:50:19.640446"]]  (2.4ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 20ms (ActiveRecord: 4.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:50:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (45.9ms) Completed 200 OK in 191ms (Views: 185.9ms | ActiveRecord: 3.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:50:20 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:50:35 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:52:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (118.5ms) Completed 200 OK in 217ms (Views: 209.9ms | ActiveRecord: 5.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:01 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.7ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (61.0ms) Completed 200 OK in 196ms (Views: 189.7ms | ActiveRecord: 4.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:52:36 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (56.1ms) Completed 200 OK in 211ms (Views: 202.5ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:53:53 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.2ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (51.9ms) Completed 200 OK in 201ms (Views: 195.3ms | ActiveRecord: 2.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:11 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (56.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (105.1ms) Completed 200 OK in 190ms (Views: 183.8ms | ActiveRecord: 3.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 14:54:47 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:01:13 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.0ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.3ms) Completed 200 OK in 192ms (Views: 185.1ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:14 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:01:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (2.9ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %legend and nested within it.): 1: %legend blah 2: = form_for :originable, url: { controller: "contents"}, :html => {:multipart => true} do |f| 3: = f.label :name 4: %br/ 5: = f.text_field :name /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml:2 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:11:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml___729479659889052575_55545720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:01:27 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (0.6ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (2.1ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %legend and nested within it.): 1: %legend blah 2: = form_for :originable, url: { controller: "contents"}, :html => {:multipart => true} do |f| 3: = f.label :name 4: %br/ 5: = f.text_field :name /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml:2 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:11:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml___729479659889052575_55545720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.7ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (100.0ms) Completed 200 OK in 184ms (Views: 177.4ms | ActiveRecord: 3.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:01:35 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:02:37 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.8ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (59.2ms) Completed 200 OK in 193ms (Views: 185.7ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:02:38 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:09:47 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.5ms) Completed 200 OK in 8412ms (Views: 8406.2ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:09:56 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (47.8ms) Completed 200 OK in 186ms (Views: 179.6ms | ActiveRecord: 4.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:10:04 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:11:03 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.4ms) Completed 200 OK in 208ms (Views: 200.6ms | ActiveRecord: 5.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:04 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (56.3ms) Completed 200 OK in 206ms (Views: 199.1ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:28 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (55.0ms) Completed 200 OK in 209ms (Views: 200.8ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:11:33 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.0ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.8ms) Completed 200 OK in 193ms (Views: 186.6ms | ActiveRecord: 3.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:21 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:22 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.5ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms) Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.1ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (47.6ms) Completed 200 OK in 192ms (Views: 186.3ms | ActiveRecord: 2.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:12:26 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:17:09 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (0.5ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (1.6ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Indenting at the beginning of the document is illegal.): 1: 2: %legend blah 3: = form_for :originable, url: { controller: "contents"}, :html => {:multipart => true} do |f| 4: = f.label :name 5: %br/ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml:2 haml (4.0.5) lib/haml/parser.rb:107:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:11:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml___729479659889052575_55545720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (105.7ms) Completed 200 OK in 181ms (Views: 175.8ms | ActiveRecord: 3.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:14 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (7.1ms) Buttafly::Spreadsheet Load (1.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (55.6ms) Completed 200 OK in 206ms (Views: 197.1ms | ActiveRecord: 5.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:17:18 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.9ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (53.4ms) Completed 200 OK in 195ms (Views: 187.4ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 15:18:29 -0700 Started POST "/buttafly/contents" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Processing by Buttafly::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "originable"=>{"name"=>"bike", "flat_file"=>#, @original_filename="losatleticos1.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"originable[flat_file]\"; filename=\"losatleticos1.png\"\r\nContent-Type: image/png\r\n">}, "commit"=>"Upload file"}  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-10-20 23:06:57.220237"], ["flat_file", "losatleticos1.png"], ["name", "bike"], ["updated_at", "2014-10-20 23:06:57.220237"]]  (2.4ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 19ms (ActiveRecord: 3.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (7.1ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (51.8ms) Completed 200 OK in 210ms (Views: 203.0ms | ActiveRecord: 3.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 16:06:57 -0700 Started GET "/buttafly/contents?page=3" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Processing by Buttafly::ContentsController#index as HTML Parameters: {"page"=>"3"} Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 10 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 11], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (31.8ms) Completed 200 OK in 169ms (Views: 163.3ms | ActiveRecord: 2.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:07 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:07 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:07 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 16:07:07 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 16:07:23 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-20 16:07:23 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 08:45:08 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.3ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (93.8ms) Completed 200 OK in 176ms (Views: 170.9ms | ActiveRecord: 3.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:09 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/mappings/create.html.erb within layouts/application (0.5ms) Completed 200 OK in 139ms (Views: 132.8ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:45:31 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-10-21 08:46:30 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN  (0.3ms) ROLLBACK Completed 500 Internal Server Error in 10ms ActionView::MissingTemplate (Missing template buttafly/mappings/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.8ms) Buttafly::Mapping Load (2.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (63.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (121.1ms) Completed 200 OK in 225ms (Views: 215.9ms | ActiveRecord: 6.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:30 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 08:47:36 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (54.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (110.8ms) Completed 200 OK in 186ms (Views: 178.9ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:47:37 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-10-21 08:47:39 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Completed 500 Internal Server Error in 13ms ActionView::MissingTemplate (Missing template buttafly/mappings/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.7ms) Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-21 08:49:28 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"}  (0.3ms) BEGIN  (0.1ms) ROLLBACK Completed 500 Internal Server Error in 41ms ActionView::MissingTemplate (Missing template buttafly/mappings/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms) Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-21 08:51:21 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK Rendered text template (0.0ms) Completed 200 OK in 37ms (Views: 3.4ms | ActiveRecord: 3.8ms) Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"}  (0.4ms) BEGIN  (0.2ms) ROLLBACK Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 36ms (ActiveRecord: 5.1ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (10.1ms) Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (26.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (68.4ms) Completed 200 OK in 225ms (Views: 187.4ms | ActiveRecord: 12.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:52:13 -0700 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 08:57:23 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.0ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.1ms) Completed 500 Internal Server Error in 70ms ActionView::Template::Error (Missing partial buttafly/contents/_messages, buttafly/application/_messages, application/_messages with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): 8: = stylesheet_link_tag "/application" 9: = csrf_meta_tags 10: %body 11: = render 'messages' 12: = yield 13: = javascript_include_tag "application" app/views/layouts/application.html.haml:11:in `_app_views_layouts_application_html_haml___587501763937440308_55561520' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.1ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 08:57:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.5ms) Completed 500 Internal Server Error in 66ms ActionView::Template::Error (Missing partial buttafly/contents/_messages, buttafly/application/_messages, application/_messages with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): 8: = stylesheet_link_tag "/application" 9: = csrf_meta_tags 10: %body 11: = render 'messages' 12: = yield 13: = javascript_include_tag "application" app/views/layouts/application.html.haml:11:in `_app_views_layouts_application_html_haml___587501763937440308_55561520' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (53.5ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 183ms (Views: 174.1ms | ActiveRecord: 4.9ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:11 -0700 Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 8ms (ActiveRecord: 0.5ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.3ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (46.4ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 176ms (Views: 168.2ms | ActiveRecord: 4.2ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.8ms) Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:35 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 08:59:53 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (13.6ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (30.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (84.7ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 378ms (Views: 236.5ms | ActiveRecord: 11.2ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 08:59:54 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-10-21 08:59:57 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.4ms) BEGIN  (0.1ms) ROLLBACK Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 211730ms (ActiveRecord: 0.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:03:29 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (6.8ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (121.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 205ms (Views: 198.9ms | ActiveRecord: 4.0ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:29 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 09:03:29 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.0ms) Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:30 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (62.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (103.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 179ms (Views: 172.6ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.4ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:03:33 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.9ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.9ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 130ms (Views: 124.1ms | ActiveRecord: 4.8ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/application.css" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 ActionController::RoutingError (No route matches [GET] "/application.css"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:04:10 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (12.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (53.7ms) Completed 200 OK in 134ms (Views: 126.5ms | ActiveRecord: 4.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:05:03 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.0ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (43.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 126ms (Views: 120.0ms | ActiveRecord: 3.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:26 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-21 09:06:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (48.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 134ms (Views: 126.2ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:06:31 -0700 Started POST "/buttafly/mappings?originable_id=3" for 127.0.0.1 at 2014-10-21 09:08:42 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"3", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"3"}  (0.1ms) BEGIN Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 3]] SQL (2.1ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-21 16:08:42.940457"], ["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-10-21 16:08:42.940457"]]  (2.6ms) COMMIT Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 13ms (ActiveRecord: 5.3ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 09:08:42 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 133ms (Views: 126.7ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:43 -0700 Started POST "/buttafly/mappings?originable_id=2" for 127.0.0.1 at 2014-10-21 09:08:57 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"2", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"2"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.4ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-21 16:08:57.946148"], ["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-10-21 16:08:57.946148"]]  (2.4ms) COMMIT Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 09:08:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.4ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 139ms (Views: 131.6ms | ActiveRecord: 4.1ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:08:58 -0700 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 09:53:14 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (9.6ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (89.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (141.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 285ms (Views: 214.0ms | ActiveRecord: 19.6ms) Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 09:53:15 -0700 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 16:41:28 -0700 ActiveRecord::SchemaMigration Load (2.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (75.2ms) Buttafly::Spreadsheet Load (4.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (69.0ms) Buttafly::Mapping Load (1.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (264.3ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 649ms (Views: 548.5ms | ActiveRecord: 28.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 16:41:29 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 16:47:59 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 16:47:59 -0700 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 17:19:41 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.2ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (67.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 202ms (Views: 196.4ms | ActiveRecord: 3.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 17:19:42 -0700 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 17:21:38 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.8ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.7ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (21.1ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined method `name' for #): 4: .row 5: .small-1.columns= file.id 6: .small-4.columns= file.name 7: .small-4.columns= file.flat_file.name 8: .small-4.columns 9: .label= file.aasm_state.humanize.downcase 10: .content.active{ "id" => "show-file-#{file.id}" } /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___1680039883113748645_54040360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml___3210123448106118103_40290160' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml___3210123448106118103_40290160' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.8ms) Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."id" ASC LIMIT 1 Started GET "/buttafly/" for 127.0.0.1 at 2014-10-21 17:24:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (1.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (67.5ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 221ms (Views: 163.0ms | ActiveRecord: 5.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-21 17:24:19 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-21 17:24:19 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:19 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:19 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-21 17:24:20 -0700 Started GET "/" for 127.0.0.1 at 2014-10-22 10:16:45 -0700 ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-22 10:16:45 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:16:49 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (24.8ms) Buttafly::Spreadsheet Load (4.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (87.7ms) Buttafly::Mapping Load (1.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.8ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (177.4ms) Rendered application/_messages.html.haml (1.3ms) Completed 200 OK in 589ms (Views: 462.2ms | ActiveRecord: 25.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.0ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 184ms (Views: 173.4ms | ActiveRecord: 5.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:16:50 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 198ms (Views: 189.6ms | ActiveRecord: 5.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:34 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:17:38 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (51.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 180ms (Views: 174.4ms | ActiveRecord: 4.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:17:39 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.1ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (65.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (105.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 190ms (Views: 183.4ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:06 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.2ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (51.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 189ms (Views: 181.4ms | ActiveRecord: 4.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:10 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.5ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.2ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 200ms (Views: 192.3ms | ActiveRecord: 4.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:28 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (1.9ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (50.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 177ms (Views: 171.0ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 10:18:33 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:31:25 -0700 ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (73.3ms) Buttafly::Spreadsheet Load (5.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (64.0ms) Buttafly::Mapping Load (1.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.2ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (196.5ms) Rendered application/_messages.html.haml (1.8ms) Completed 200 OK in 638ms (Views: 496.7ms | ActiveRecord: 29.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:31:26 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.9ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (68.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 204ms (Views: 197.7ms | ActiveRecord: 5.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:32:33 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:33:18 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.8ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (26.0ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %h3 and nested within it.): 56: .small-12.columns 57: .small-6.columns 58: %h3 Mappings 59: - file.mappings.each do |m| 60: = m.targetable_model 61: .small-6.columns 62: %fieldset /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:59 haml (4.0.5) lib/haml/parser.rb:393:in `tag' haml (4.0.5) lib/haml/parser.rb:213:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.0ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (70.3ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (114.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 215ms (Views: 207.3ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:31 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.7ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-10-22 18:33:40.279328"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-10-22 18:33:40.279328"]]  (2.4ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 20ms (ActiveRecord: 4.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (61.3ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 205ms (Views: 196.2ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:33:40 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (18.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (68.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 207ms (Views: 200.6ms | ActiveRecord: 3.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:28 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (15.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (59.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (108.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 192ms (Views: 186.4ms | ActiveRecord: 3.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:34:32 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (69.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 204ms (Views: 197.6ms | ActiveRecord: 4.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:35 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (19.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (62.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 203ms (Views: 194.9ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:46 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:47 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:35:48 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (24.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (73.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 209ms (Views: 201.3ms | ActiveRecord: 4.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:35:49 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:38:36 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (75.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (122.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 211ms (Views: 202.3ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:37 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:38:41 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.8ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (61.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 213ms (Views: 205.2ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:38:42 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:39:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (63.4ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 208ms (Views: 200.1ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:01 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.2ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (23.2ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (74.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 215ms (Views: 206.9ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:39:38 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (73.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (119.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 215ms (Views: 208.8ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:13 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.4ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.5ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (61.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 198ms (Views: 190.8ms | ActiveRecord: 5.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:40:18 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:41:19 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (23.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (66.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 216ms (Views: 208.8ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:20 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (18.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (71.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 215ms (Views: 206.9ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:41:36 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:42:08 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.7ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (66.8ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (76.2ms) Completed 500 Internal Server Error in 81ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: syntax error, unexpected $undefined ...t("\n
\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: syntax error, unexpected $undefined ... \n \n \n \n \n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected end-of-input, expecting ')'): /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: syntax error, unexpected $undefined ...t("\n
\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:82: syntax error, unexpected $undefined ... \n \n \n \n \n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ...\n \n \n \n \n\n... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unknown regexp options - dd /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected $undefined ... \n \n \n\n", -7, false);::Haml:... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:96: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:42:45 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.4ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (21.2ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (30.9ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 67: %tr 68: %td= m.id 69: %td= m.targetable_model 70: %td= try(m.legend.name) 71: 72: 73: .small-6.columns /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:70:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_41719120' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:66:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_41719120' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:43:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.9ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (88.9ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (100.2ms) Completed 500 Internal Server Error in 109ms ActionView::Template::Error (undefined local variable or method `legend' for #<#:0x0000000582c9e0>): 67: %tr 68: %td= m.id 69: %td= m.targetable_model 70: %td= m.try(legend.name) 71: 72: 73: .small-6.columns /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:70:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_46384740' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:66:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_46384740' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:43:32 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.1ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (17.4ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (64.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 203ms (Views: 195.3ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:33 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.0ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (108.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 200ms (Views: 190.8ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:43:39 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:43:57 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (53.8ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (37.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (95.7ms) Completed 500 Internal Server Error in 99ms ActionView::Template::Error (undefined local variable or method `id' for #<#:0x00000006b5eab8>): 67: %tr 68: %td= m.id 69: %td= m.targetable_model 70: %td= m.legend.try(id) 71: 72: 73: .small-6.columns /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:70:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_28132800' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:66:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_28132800' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.9ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (57.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (112.9ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 207ms (Views: 198.8ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:04 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.1ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (27.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (73.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 213ms (Views: 204.5ms | ActiveRecord: 4.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:56 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:44:57 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:45:16 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.4ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (21.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (71.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 225ms (Views: 216.2ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:45:16 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:45:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:16 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:17 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:45:39 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (7.3ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (24.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (1.1ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (69.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 255ms (Views: 247.9ms | ActiveRecord: 3.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:45:40 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (23.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (3.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.0ms) Buttafly::Mapping Load (1.9ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.2ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (79.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 214ms (Views: 201.5ms | ActiveRecord: 9.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:00 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:54:02 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.9ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 190ms (Views: 180.9ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:02 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:02 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:02 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:03 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:54:26 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms)  (1.1ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (66.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 201ms (Views: 192.6ms | ActiveRecord: 5.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:27 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.6ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.1ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (58.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 202ms (Views: 193.8ms | ActiveRecord: 5.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:54:30 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.8ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (62.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (101.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 183ms (Views: 176.3ms | ActiveRecord: 2.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:07 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:07 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:07 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 11:55:23 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (14.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (46.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 170ms (Views: 165.0ms | ActiveRecord: 2.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 11:55:24 -0700 Started GET "/" for 127.0.0.1 at 2014-10-22 11:58:44 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.5ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/info/routes" for 127.0.0.1 at 2014-10-22 11:58:51 -0700 ActionController::RoutingError (No route matches [GET] "/info/routes"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 12:00:44 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.8ms) Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (22.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (35.8ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 72: - if m.legend 73: m.legend.name 74: - else 75: - form_for :mapping, mapping_path(id: m.id) do |f| 76: / # = f.select :targetable_model, @targetable_models 77: / = f. 78: actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:75:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_55109100' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_55109100' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 12:00:48 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (5.4ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.9ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (26.5ms) Completed 500 Internal Server Error in 32ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 72: - if m.legend 73: m.legend.name 74: - else 75: - form_for :mapping, mapping_path(id: m.id) do |f| 76: / # = f.select :targetable_model, @targetable_models 77: / = f. 78: actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:75:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_55109100' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_55109100' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 12:02:56 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.3ms) Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.3ms) Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (27.4ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 72: - if m.legend 73: m.legend.name 74: - else 75: - form_for :mapping, mapping_path(id: m.id) do |f| 76: = f.select :targetable_model 77: = f.submit "Select Target Model", class: "button", method: :post 78: = f.submit @targetable_models actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:75:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_44880240' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml:67:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents__content_html_haml___4021344192919839271_44880240' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:15:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.6) lib/active_record/relation/delegation.rb:46:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml:14:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_contents_index_html_haml__4001981409366264314_41076300' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (102.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 187ms (Views: 178.1ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-22 12:03:03 -0700 Started GET "/" for 127.0.0.1 at 2014-10-23 13:48:18 -0700 ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 72ms (Views: 72.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-10-23 13:48:18 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-23 13:48:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (26.0ms) Buttafly::Spreadsheet Load (5.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (112.7ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (197.5ms) Rendered application/_messages.html.haml (2.6ms) Completed 200 OK in 650ms (Views: 512.8ms | ActiveRecord: 30.3ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-23 13:48:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.2ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 194ms (Views: 187.2ms | ActiveRecord: 5.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-23 13:48:23 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-23 14:04:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-23 14:04:15 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-23 14:20:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-23 14:20:35 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.0ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (21.3ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.1ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (66.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 198ms (Views: 190.2ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-23 14:36:22 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (5.5ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.8ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (110.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 197ms (Views: 189.6ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-23 14:40:32 -0700 Started GET "/buttafly/legends/new?mapping_id=5" for 127.0.0.1 at 2014-10-24 16:27:40 -0700 ActiveRecord::SchemaMigration Load (3.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"5"} Buttafly::Mapping Load (2.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 5]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.4ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 472ms (Views: 407.7ms | ActiveRecord: 16.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-24 16:27:41 -0700 Started GET "/buttafly/legends/new?mapping_id=5" for 127.0.0.1 at 2014-10-24 16:27:50 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"5"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 5]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.8ms) Completed 500 Internal Server Error in 8ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4: syntax error, unexpected ')' ));}\n \n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4: unknown type of %string ));}\n \n \n \n... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4: unknown type of %string ));}\n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected keyword_do_LAMBDA, expecting keyword_end ... - @target_keys[parent].each do |key| -->\n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- = f.text_field :col_sep -->\n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...= f.label :default_mapping -->\n \n \n \n \n \n \n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- / = f.text_field attr -->\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... |parent| -->\n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ...|key| -->\n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... / = f.text_field :col_sep -->\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ',', expecting keyword_end ... \n \n\n", -5, false);::Haml::Util.html... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected keyword_ensure, expecting keyword_end /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12: syntax error, unexpected end-of-input, expecting ')'): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined ...
\n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '<' ...
\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- / = f.text_field attr -->\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... |parent| -->\n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ...|key| -->\n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... / = f.text_field :col_sep -->\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... \n \n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ',', expecting keyword_end ... \n \n\n", -5, false);::Haml::Util.html... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected keyword_ensure, expecting keyword_end /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:55:21 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.6ms) Completed 500 Internal Server Error in 6ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ')' ));}\n
\n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined ...
\n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '<' ...
\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- / = f.text_field attr -->\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... |parent| -->\n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ...|key| -->\n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... / = f.text_field :col_sep -->\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... \n \n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ',', expecting keyword_end ... \n \n\n", -5, false);::Haml::Util.html... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected keyword_ensure, expecting keyword_end /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12: syntax error, unexpected end-of-input, expecting ')'): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ')' ));}\n \n ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined ... \n \n
\n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '<' ...
\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ...-- / = f.text_field attr -->\n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... |parent| -->\n \... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ...|key| -->\n \n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... / = f.text_field :col_sep -->\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected '=', expecting keyword_end ... \n \n
\n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected ',', expecting keyword_end ... \n \n\n", -5, false);::Haml::Util.html... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected keyword_ensure, expecting keyword_end /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:55:38 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.6ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (First argument in form cannot contain nil or be empty): 5: .small-6.columns 6: %fieldset 7: %legend= @mapping.targetable_model 8: - form_for @new_record do |f| 9: = f.label :name 10: .small-6.columns 11: / = form_for @legend, html: { multipart: true} do |f| actionview (4.1.6) lib/action_view/helpers/form_helper.rb:423:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___4529543033570799584_34542780' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:55:53 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 33ms NoMethodError (undefined method `new' for "DummyChild":String): /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:11:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 170ms (Views: 151.5ms | ActiveRecord: 3.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:08 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:56:36 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (65.8ms) Completed 500 Internal Server Error in 69ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000000053282c8>): 7: %legend= @mapping.targetable_model 8: - form_for @new_record do |f| 9: = f.label :name 10: = f.text_field :name 11: .small-6.columns 12: / = form_for @legend, html: { multipart: true} do |f| 13: / %fieldset /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___4529543033570799584_43608420' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 132ms (Views: 128.3ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 13:56:41 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:57:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `targetable_attrs' for "":String): 5: .small-6.columns 6: %fieldset 7: %legend= @mapping.targetable_model 8: = @new_record.targetable_attrs 9: - form_for @new_record do |f| 10: = f.label :name 11: = f.text_field :name /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___4529543033570799584_34624340' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 13:58:07 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 139ms (Views: 136.8ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 13:58:08 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:01:39 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (18.4ms) Completed 500 Internal Server Error in 110ms ActionView::Template::Error (undefined method `dummy_children_path' for #<#:0x000000035f03b8>): 7: %legend= @mapping.targetable_model 8: = @new_record 9: / = @new_record.targetable_attrs 10: - form_for @new_record do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___4529543033570799584_43453460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/" for 127.0.0.1 at 2014-11-01 14:06:16 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/rails/info" for 127.0.0.1 at 2014-11-01 14:06:28 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-11-01 14:06:28 -0700 Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (21.9ms) Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-11-01 14:07:47 -0700 ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (21.9ms) Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:08:12 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (24.9ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (undefined method `dummy_children_path' for #<#:0x0000000350ec88>): 7: %legend= @mapping.targetable_model 8: = @new_record 9: / = @new_record.targetable_attrs 10: - form_for @new_record do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27834660' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:11:33 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.5ms) Completed 500 Internal Server Error in 60ms ActionView::Template::Error (No route matches {:action=>"show", :controller=>"buttafly/legends"} missing required keys: [:id]): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legend_path do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:599:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:629:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:665:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.6) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:230:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:181:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:270:in `block (2 levels) in define_url_helper' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28881600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:11:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.4ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (No route matches {:action=>"show", :controller=>"buttafly/legends"} missing required keys: [:id]): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legend_path do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:599:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:629:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:665:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.6) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:230:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:181:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:270:in `block (2 levels) in define_url_helper' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28881600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:12:00 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.7ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (No route matches {:action=>"show", :controller=>"buttafly/legends", :format=>nil, :id=>#} missing required keys: [:id]): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legend_path(@legend) do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:599:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:629:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:665:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.6) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:230:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:181:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:270:in `block (2 levels) in define_url_helper' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33893320' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:12:07 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.9ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (No route matches {:action=>"show", :controller=>"buttafly/legends", :format=>nil, :id=>nil} missing required keys: [:id]): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legend_path(@legend.id) do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionpack (4.1.6) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:599:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:629:in `generate' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:665:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.6) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:230:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:181:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:270:in `block (2 levels) in define_url_helper' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27801700' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/" for 127.0.0.1 at 2014-11-01 14:12:20 -0700 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.7ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/rails/info" for 127.0.0.1 at 2014-11-01 14:12:25 -0700 Processing by Rails::InfoController#index as HTML Redirected to http://localhost:3000/rails/info/routes Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2014-11-01 14:12:25 -0700 Processing by Rails::InfoController#routes as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/info/routes.html.erb within layouts/application (19.7ms) Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:12:46 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.5ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legends_path do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_32500580' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.9ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:12:51 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.7ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: / = @new_record.targetable_attrs 10: - form_for @new_record, legends_path do |f| 11: = f.label :name 12: = f.text_field :name 13: .small-6.columns actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_32500580' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:14:32 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (21.8ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 394ms (Views: 391.2ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:33 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:14:44 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 148ms (Views: 142.8ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:14:45 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:15:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.5ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 156ms (Views: 126.3ms | ActiveRecord: 6.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:15:59 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 212ms (Views: 183.7ms | ActiveRecord: 5.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:16:25 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:17:13 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (11.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 273ms (Views: 156.7ms | ActiveRecord: 8.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:17:14 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:17:31 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (304097.7ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 304216ms (Views: 304185.7ms | ActiveRecord: 5.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:35 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:22:39 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 187ms (Views: 147.3ms | ActiveRecord: 7.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:22:40 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:22:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (83442.3ms) Rendered application/_messages.html.haml (0.4ms) Completed 200 OK in 83622ms (Views: 83582.1ms | ActiveRecord: 11.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:22 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 198ms (Views: 149.4ms | ActiveRecord: 11.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:25 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:24:26 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:24:42 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (190577.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 190759ms (Views: 190713.1ms | ActiveRecord: 10.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:27:53 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:27:54 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:27:57 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (14660.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 14849ms (Views: 14796.4ms | ActiveRecord: 15.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:12 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:28:36 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4477.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 4559ms (Views: 4556.5ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:41 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (12.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 205ms (Views: 156.1ms | ActiveRecord: 13.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:28:50 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:32:56 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (19.2ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `buttafield_for' for #<#:0x00000003cf2d28>): 9: = @new_record.targetable_attrs 10: - form_for @new_record, as: :legend, url: legends_path do |f| 11: - @new_record.targetable_attrs.each do |attr| 12: = buttafield_for(attr) 13: .small-6.columns 14: / = form_for @legend, html: { multipart: true} do |f| 15: / %fieldset /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:33:18 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (18.2ms) Completed 500 Internal Server Error in 66ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000000035621f8>): 9: = @new_record.targetable_attrs 10: - form_for @new_record, as: :legend, url: legends_path do |f| 11: - @new_record.targetable_attrs.each do |attr| 12: = buttafield_for(attr) 13: .small-6.columns 14: / = form_for @legend, html: { multipart: true} do |f| 15: / %fieldset /home/frederick/work/opensource/buttafly/app/helpers/buttafly/application_helper.rb:13:in `buttafield_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:12:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31962100' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 142ms (Views: 138.8ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:41:41 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.0ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 145ms (Views: 143.2ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:25 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 161ms (Views: 155.4ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:43:45 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 152ms (Views: 146.9ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:12 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:44:13 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:44:43 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (17.7ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined method `dummy_children_path' for #<#:0x000000050cd190>): 7: %legend= @mapping.targetable_model 8: / = @new_record, legend_path 9: = @new_record.targetable_attrs 10: - form_tag @new_record, as: :legend, url: legends_path do |f| 11: - @new_record.targetable_attrs.each do |attribute| 12: = attribute 13: / # = label_tag attribute actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/routing_url_for.rb:89:in `url_for' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:695:in `block in html_options_for_form' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:691:in `tap' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:691:in `html_options_for_form' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:68:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42371100' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:45:48 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Illegal nesting: nesting within a tag that already has content is illegal.): 14: / / = text_field_tag attribute 15: 16: 17: / = buttafield_for(attr) 18: .small-6.columns 19: / = form_for @legend, html: { multipart: true} do |f| 20: / %fieldset /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:17 haml (4.0.5) lib/haml/parser.rb:421:in `comment' haml (4.0.5) lib/haml/parser.rb:214:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:46:07 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (Illegal nesting: nesting within a tag that already has content is illegal.): 14: / / = text_field_tag attribute 15: 16: 17: / = buttafield_for(attr) 18: .small-6.columns 19: / = form_for @legend, html: { multipart: true} do |f| 20: / %fieldset /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:17 haml (4.0.5) lib/haml/parser.rb:421:in `comment' haml (4.0.5) lib/haml/parser.rb:214:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 137ms (Views: 134.1ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:46:24 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 135ms (Views: 132.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:13 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:48:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.5ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 157ms (Views: 153.7ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:48:26 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 89ms (Views: 84.9ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:15 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:49:34 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (13.9ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined local variable or method `key' for #<#:0x0000000371f158>): 7: %legend= @mapping.targetable_model 8: = form_tag legends_path do 9: = label_tag "blah" 10: = text_field_tag key /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31587620' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31587620' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 164ms (Views: 160.2ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:49:38 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:50:24 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (Illegal nesting: nesting within plain text is illegal.): 7: %legend= @mapping.targetable_model 8: = form_tag legends_path do 9: @new_record.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag attribute /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10 haml (4.0.5) lib/haml/parser.rb:255:in `plain' haml (4.0.5) lib/haml/parser.rb:235:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.5ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:50:34 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 132ms (Views: 129.2ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:50:35 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:56:19 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (61.4ms) Completed 500 Internal Server Error in 71ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000005279ca0>): 8: - @new_record.targetable_attrs.each do |attribute| 9: = label_tag attribute 10: = text_field_tag attribute 11: = buttafield_for(attribute) /home/frederick/work/opensource/buttafly/app/helpers/buttafly/application_helper.rb:13:in `buttafield_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:56:22 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (14.8ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000000035d1b48>): 8: - @new_record.targetable_attrs.each do |attribute| 9: = label_tag attribute 10: = text_field_tag attribute 11: = buttafield_for(attribute) /home/frederick/work/opensource/buttafly/app/helpers/buttafly/application_helper.rb:13:in `buttafield_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:56:29 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.2ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (wrong number of arguments (1 for 2..4)): 8: - @new_record.targetable_attrs.each do |attribute| 9: = label_tag attribute 10: = text_field_tag attribute 11: = buttafield_for(attribute) actionview (4.1.6) lib/action_view/helpers/form_helper.rb:749:in `label' /home/frederick/work/opensource/buttafly/app/helpers/buttafly/application_helper.rb:13:in `buttafield_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:56:56 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (16631.8ms) Completed 500 Internal Server Error in 16742ms ActionView::Template::Error (wrong number of arguments (1 for 2..4)): 8: - @new_record.targetable_attrs.each do |attribute| 9: = label_tag attribute 10: = text_field_tag attribute 11: = buttafield_for(attribute) actionview (4.1.6) lib/action_view/helpers/form_helper.rb:749:in `label' /home/frederick/work/opensource/buttafly/app/helpers/buttafly/application_helper.rb:14:in `buttafield_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43251120' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.9ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 182ms (Views: 136.9ms | ActiveRecord: 13.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:39 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 148ms (Views: 144.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 14:58:52 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:04:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (11.8ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined method `buttafield_for' for #<#:0x000000034a5490>): 6: %legend= @mapping.targetable_model 7: = form_tag legends_path do 8: - @new_record.targetable_attrs.each do |attribute| 9: = buttafield_for(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43223460' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43223460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43223460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 125ms (Views: 95.4ms | ActiveRecord: 5.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:04:48 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.1ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.5ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 189ms (Views: 162.1ms | ActiveRecord: 5.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:13 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 137ms (Views: 134.0ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:27 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:06:28 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (1.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 175ms (Views: 146.9ms | ActiveRecord: 5.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:47 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:07:48 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:08:00 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 146ms (Views: 141.4ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:08:01 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:08:56 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (11.9ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined method `buttafield_for' for #<#:0x00000003406638>): 7: = form_tag legends_path do 8: - @new_record.targetable_attrs.each do |attribute| 9: = label_tag attribute 10: = buttafield_for(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42957520' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42957520' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42957520' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:09:13 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 131ms (Views: 128.6ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:09:14 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:11:10 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (18.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 153ms (Views: 149.4ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:11 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 148ms (Views: 145.2ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:13 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 140ms (Views: 137.2ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:11:53 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.7ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 143ms (Views: 140.6ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:27 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:28 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:28 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:12:28 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:12:54 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.2ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `targetable_attrs' for :dummy_tribe:Symbol): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33868720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33868720' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33868720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:13:17 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `classify' for :dummy_tribe:Symbol): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.classify.constantize.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42518800' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42518800' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_42518800' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:16:01 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.0ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `targetable_attrs' for "DummyTribe":String): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.to_s.classify.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26654680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26654680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26654680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:16:21 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.4ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `new' for "DummyTribe":String): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.to_s.classify.new.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28333900' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28333900' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28333900' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:27:36 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (16.0ms) Completed 500 Internal Server Error in 117ms ActionView::Template::Error (undefined method `new' for "DummyTribe":String): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.to_s.classify.new.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:27:40 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.1ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `new' for "DummyTribe":String): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.to_s.classify.new.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_14116740' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:28:16 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `targetable_attrs' for :dummy_tribe:Symbol): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31902700' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31902700' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_31902700' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:29:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `targetable_attrs' for :dummy_tribe:Symbol): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:29:20 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `targetable_attrs' for :dummy_tribe:Symbol): 6: %fieldset 7: %legend= model 8: = form_tag legends_path do 9: - model.targetable_attrs.each do |attribute| 10: = label_tag attribute 11: = text_field_tag(attribute) /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block (2 levels) in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:118:in `block in form_tag_with_haml' haml (4.0.5) lib/haml/helpers.rb:631:in `call' haml (4.0.5) lib/haml/helpers.rb:631:in `block in haml_bind_proc' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:121:in `form_tag_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:18:in `form_tag_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33717680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 93ms (Views: 87.8ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:32:52 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:06 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `camelize' for :dummy_tribe:Symbol): 4: .small-6.columns 5: = @mapping.targetable_order.each do |model| 6: %fieldset 7: %legend= model.camelize 8: / = form_tag legends_path do 9: / - model.targetable_attrs.each do |attribute| 10: / = label_tag attribute /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28818460' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_28818460' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:14 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.4ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `classify' for :dummy_tribe:Symbol): 4: .small-6.columns 5: = @mapping.targetable_order.each do |model| 6: %fieldset 7: %legend= model.classify 8: / = form_tag legends_path do 9: / - model.targetable_attrs.each do |attribute| 10: / = label_tag attribute /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33000820' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_33000820' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:20 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 137ms (Views: 134.9ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:21 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:25 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 142ms (Views: 139.1ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:26 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 144ms (Views: 141.7ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:37 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:45 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 145ms (Views: 141.0ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:46 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:50 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (wrong constant name dummy_tribe): 4: .small-6.columns 5: = @mapping.targetable_order.each do |model| 6: %fieldset 7: %legend= model.to_s.constantize 8: / = form_tag legends_path do 9: / - model.targetable_attrs.each do |attribute| 10: / = label_tag attribute activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `const_get' activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `block in constantize' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.6) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_32906400' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:5:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_32906400' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 147ms (Views: 141.7ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:33:58 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:34:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (28.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 175ms (Views: 157.9ms | ActiveRecord: 13.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:34:15 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:15 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:34:15 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:34:16 -0700 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddAgeToDummyChild (20141101223453)  (0.3ms) BEGIN  (8.5ms) ALTER TABLE "dummy_children" ADD COLUMN "age" integer SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141101223453"]]  (2.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (119.0ms) DROP DATABASE IF EXISTS "dummy_test"  (411.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode' SQL (0.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (34.9ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (20.1ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (13.6ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (12.8ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (30.4ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))  (11.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (8.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (12.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (8.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (8.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (11.1ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp, "age" integer)  (27.9ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)   (14.2ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (13.7ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (11.3ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (10.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (21.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20141101223453')  (5.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (10.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140930213614')  (5.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242') Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (38.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 234ms (Views: 176.3ms | ActiveRecord: 28.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:38:56 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:45:32 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 86ms (Views: 84.1ms | ActiveRecord: 0.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:45:32 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:45:33 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:45:58 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (0.8ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (Illegal nesting: nesting within a tag that already has content is illegal.): 4: .small-6.columns 5: = @mapping.targetable_order.each do |model| 6: / %fieldset 7: %legend= model.to_s.classify.constantize 8: = form_tag legends_path do 9: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 10: = label_tag attribute /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7 haml (4.0.5) lib/haml/parser.rb:421:in `comment' haml (4.0.5) lib/haml/parser.rb:214:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `new' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionview (4.1.6) lib/action_view/template.rb:270:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:46:04 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 93ms (Views: 89.8ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:05 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 83ms (Views: 80.7ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:41 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 83ms (Views: 80.0ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:45 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:46 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 90ms (Views: 87.5ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:46:56 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 15:47:16 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 95ms (Views: 90.5ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 15:47:17 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 95ms (Views: 92.8ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:09 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (59.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 139ms (Views: 136.1ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:00:14 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (66.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 147ms (Views: 143.6ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:08:29 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:09:11 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (70.4ms) Completed 500 Internal Server Error in 79ms ActionView::Template::Error (undefined method `collction_select' for #<#:0x000000052cc630>): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = collction_select attribute /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43421880' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43421880' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43421880' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43421880' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 143ms (Views: 139.2ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:12:57 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:13:03 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.8ms) Completed 500 Internal Server Error in 15ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected ')' ));}\n", 0, false);end;_hamlou... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: unknown regexp options - dv unmatched close parenthesis: /fieldset>\n", -1, false);end;end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n\n", -2, false);::Haml... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected end-of-input, expecting ')'): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected ')' ));}\n", 0, false);end;_hamlou... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: unknown regexp options - dv unmatched close parenthesis: /fieldset>\n", -1, false);end;end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n\n", -2, false);::Haml... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:13:12 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = select attribute, ["blah"] actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_41988900' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_41988900' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_41988900' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_41988900' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.7ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 141ms (Views: 138.3ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:15:14 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:15:40 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `headers' for #): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = @mapping.headers 10: = select_tag attribute, ["blah"] activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43039340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43039340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43039340' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43039340' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (51.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.7ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:15:49 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (65.4ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `headers' for #): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = @mapping.originable.headers 10: = select_tag attribute, ["blah"] activemodel (4.1.6) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.6) lib/active_record/attribute_methods.rb:211:in `method_missing' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26900600' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26900600' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26900600' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_26900600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (12.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 145ms (Views: 140.6ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:37 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:38 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:16:55 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 152ms (Views: 145.9ms | ActiveRecord: 1.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:16:55 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:16:56 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:17:15 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (11.9ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = select_tag attribute, "value", @mapping.get_origin_headers 10: actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:127:in `[]' actionview (4.1.6) lib/action_view/helpers/form_tag_helper.rb:127:in `select_tag' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43173680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43173680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43173680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_43173680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.4ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:19:21 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (21.2ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined method `attribute' for #<#:0x0000000338dff8>): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = select_tag attribute options_for_select(@mapping.get_origin_headers) 10: /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27058640' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27058640' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27058640' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___2874715161037138653_27058640' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (13.0ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 149ms (Views: 143.2ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:19:33 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (11.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 160ms (Views: 155.9ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:05 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10.1ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 151ms (Views: 148.5ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:34:10 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:34:30 -0700 ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (1.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (26.9ms) Completed 500 Internal Server Error in 153ms ActionView::Template::Error (uninitialized constant Buttafly::Mapping::CSV): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = label_tag attribute 9: = select_tag options_for_select(@mapping.get_origin_headers) 10: /home/frederick/work/opensource/buttafly/app/models/buttafly/mapping.rb:53:in `get_origin_headers' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_38394980' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_38394980' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_38394980' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_38394980' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.8ms) Buttafly::Mapping Load (2.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" ORDER BY "buttafly_mappings"."id" ASC LIMIT 1 Buttafly::Spreadsheet Load (1.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 7]] Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:44:32 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (40.5ms) Rendered application/_messages.html.haml (1.6ms) Completed 200 OK in 468ms (Views: 401.2ms | ActiveRecord: 26.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:44:33 -0700 Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:44:43 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (1.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (106644.5ms) Completed 500 Internal Server Error in 106653ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_45125720' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_45125720' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_45125720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_45125720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.5ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:46:30 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3096.3ms) Completed 500 Internal Server Error in 3183ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (52.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (63.3ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:46:33 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2068.5ms) Completed 500 Internal Server Error in 2079ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:46:46 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10021.2ms) Completed 500 Internal Server Error in 10167ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3488562112172003421_53222360' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms) Started GET "/buttafly/legends/new?mapping_id=8" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"8"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (26.1ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 116ms (Views: 103.9ms | ActiveRecord: 9.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:00 -0700 Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (11.9ms) Buttafly::Spreadsheet Load (1.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (40.9ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.0ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.7ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (115.4ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 260ms (Views: 250.8ms | ActiveRecord: 6.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:18 -0700 Started DELETE "/buttafly/mappings/8" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Processing by Buttafly::MappingsController#destroy as HTML Parameters: {"authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "id"=>"8"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 8]]  (0.2ms) BEGIN SQL (0.2ms) DELETE FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 [["id", 8]]  (7.8ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 13ms (ActiveRecord: 8.7ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.3ms) Buttafly::Spreadsheet Load (1.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (55.2ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 204ms (Views: 196.0ms | ActiveRecord: 5.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:20 -0700 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.1ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-01 23:47:24.549706"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-01 23:47:24.549706"]]  (2.4ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 12ms (ActiveRecord: 4.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.8ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.5ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (57.0ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 202ms (Views: 193.9ms | ActiveRecord: 5.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:24 -0700 Started GET "/buttafly/legends/new?mapping_id=9" for 127.0.0.1 at 2014-11-01 16:47:28 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"9"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 9]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (3.9ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 90ms (Views: 83.0ms | ActiveRecord: 1.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:28 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:47:29 -0700 Started GET "/buttafly/legends/new?mapping_id=9" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"9"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 9]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 92ms (Views: 88.5ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-01 16:48:06 -0700 Started GET "/" for 127.0.0.1 at 2014-11-07 15:13:00 -0800 ActiveRecord::SchemaMigration Load (2.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-11-07 15:13:00 -0800 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-07 15:13:03 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (25.5ms) Buttafly::Spreadsheet Load (3.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (5.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (113.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.8ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (212.7ms) Rendered application/_messages.html.haml (1.8ms) Completed 200 OK in 690ms (Views: 549.4ms | ActiveRecord: 31.1ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (5.7ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.4ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (54.8ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 188ms (Views: 181.4ms | ActiveRecord: 4.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:04 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-07 15:13:20 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyGrandparent"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.0ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:13:21.007476"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyGrandparent"], ["updated_at", "2014-11-07 23:13:21.007476"]]  (2.8ms) COMMIT Redirected to http://localhost:3000/buttafly/contents Completed 302 Found in 12ms (ActiveRecord: 4.4ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.6ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (56.6ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 191ms (Views: 183.7ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:13:21 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:14:08 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (17.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 165ms (Views: 144.3ms | ActiveRecord: 9.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:14:09 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:15:28 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.7ms) Completed 500 Internal Server Error in 11ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: unknown regexp options - dv unmatched close parenthesis: /fieldset>\n", -1, false);end;end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n\n", -2, false);::Haml... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected end-of-input, expecting ')'): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: unknown regexp options - dv unmatched close parenthesis: /fieldset>\n", -1, false);end;end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n\n", -2, false);::Haml... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: unterminated regexp meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:11: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.2ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 97ms (Views: 89.8ms | ActiveRecord: 1.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:37 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:15:48 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 96ms (Views: 90.4ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:49 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 96ms (Views: 88.4ms | ActiveRecord: 1.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:15:53 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 93ms (Views: 87.3ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:16:00 -0800 Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 15:16:03 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.4ms) Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 15:17:04 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (37.2ms) Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 15:17:09 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.0ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 143ms (Views: 139.7ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:13 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 145ms (Views: 141.2ms | ActiveRecord: 0.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:17:29 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:33 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:17:33 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:18:02 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.7ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 146ms (Views: 138.4ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:03 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:18:06 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (10.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 164ms (Views: 159.9ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:18:07 -0800 Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 15:18:08 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (36.5ms) Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 15:19:34 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (46.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (85.8ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (4.7ms) Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (55.9ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 151ms (Views: 146.0ms | ActiveRecord: 2.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:42 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:43 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:19:44 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.1ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.8ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 90ms (Views: 86.7ms | ActiveRecord: 0.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:45 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (13.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 111ms (Views: 105.0ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:56 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:19:57 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:04 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.6ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = f.label attribute 9: = f.select options_for_select(@headers) 10: = submit_tag "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39429080' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39429080' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39429080' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39429080' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.1ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 147ms (Views: 141.3ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:12 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:19 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = f.label attribute 9: = f.select options_for_select(@headers) 10: = submit_tag "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_44111340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_44111340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_44111340' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_44111340' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:25 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.3ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 6: %legend= model.to_s.classify.constantize 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = f.label attribute 9: = f.select options_for_select(@headers) 10: = submit "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:9:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53163340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53163340' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53163340' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53163340' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:29 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (63.6ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `submit' for #<#:0x00000006687030>): 7: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 8: = f.label attribute 9: / = f.select options_for_select(@headers) 10: = submit "create legend", class: "button" /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53763920' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53763920' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.0ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 142ms (Views: 136.1ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:20:43 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:27:34 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 142ms (Views: 134.4ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:27:35 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 143ms (Views: 139.0ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:28:56 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:29:26 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.3ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (private method `binding' called for nil:NilClass): 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize 7: = f.fields_for model 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = f.label attribute 10: / = f.select options_for_select(@headers) haml (4.0.5) lib/haml/helpers.rb:585:in `block_is_haml?' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:41:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53168420' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53168420' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53168420' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:29:44 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.0ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (private method `binding' called for nil:NilClass): 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize 7: = f.fields_for model.to_s 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = f.label attribute 10: / = f.select options_for_select(@headers) haml (4.0.5) lib/haml/helpers.rb:585:in `block_is_haml?' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:41:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53786200' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53786200' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_53786200' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.5ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:29:50 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.1ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (private method `binding' called for nil:NilClass): 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize 7: = f.fields_for model.to_s.underscore 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = f.label attribute 10: / = f.select options_for_select(@headers) haml (4.0.5) lib/haml/helpers.rb:585:in `block_is_haml?' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:41:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_38354720' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_38354720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_38354720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (4.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 130ms (Views: 126.6ms | ActiveRecord: 0.6ms) Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:17 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.5ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 84.5ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:30:28 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:30:48 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.7ms) Completed 500 Internal Server Error in 21ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined ...@headers) -->\n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: unknown regexp options - fldt /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined ...@headers) -->\n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:30:51 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.3ms) Completed 500 Internal Server Error in 10ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected ')' ));}\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected ')' ));}\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:31:00 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.9ms) Completed 500 Internal Server Error in 13ms SyntaxError (/home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected ')' ));}\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end): /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected ')' ));}\n \n \n \n ... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8: syntax error, unexpected $undefined, expecting keyword_do_LAMBDA or tLAMBEG ... \n \n \n", -1, false);end;_hamlout.p... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected '}', expecting keyword_end ));}\n", 0, false);end;_hamlout.b... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n", -2, fal... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unknown regexp options - dv /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected $undefined ....push_text("\n \n\n", -2, false);::Haml::Util.h... ... ^ /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: unterminated string meets end of file /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:13: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.1.6) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.6) lib/action_view/template.rb:297:in `compile' actionview (4.1.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.6) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.6) lib/action_view/template.rb:232:in `compile!' actionview (4.1.6) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (5.3ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 139ms (Views: 133.8ms | ActiveRecord: 0.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:31:41 -0800 Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:31:56 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (56.5ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 7: = f.fields_for model do |mf| 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = mf.label attribute 10: = f.select options_for_select(@headers) 11: = f.submit "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block (4 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_54494680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_54494680' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_54494680' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_54494680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_54494680' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:32:23 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.4ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 7: = f.fields_for model do |mf| 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = mf.label attribute 10: = mf.select options_for_select(@headers) 11: = f.submit "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block (4 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39385600' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39385600' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39385600' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39385600' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_39385600' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:32:24 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.2ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 7: = f.fields_for model do |mf| 8: - model.to_s.classify.constantize.targetable_attrs.each do |attribute| 9: = mf.label attribute 10: = mf.select options_for_select(@headers) 11: = f.submit "create legend", class: "button" actionview (4.1.6) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.1.6) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.1.6) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:10:in `block (4 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_43347980' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:8:in `block (3 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_43347980' haml (4.0.5) lib/haml/helpers.rb:368:in `call' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1534:in `fields_for' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:7:in `block (2 levels) in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_43347980' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `each' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_43347980' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml__3647401924537508759_43347980' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/buttafly/legends/new?mapping_id=10" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"10"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (9.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 142ms (Views: 136.9ms | ActiveRecord: 0.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:09 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:35:10 -0800 Buttafly::Mapping Load (0.9ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Mapping Load (0.9ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 10]] Buttafly::Spreadsheet Load (1.2ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]]  (13.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (15.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (11.3ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (8.1ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (16.7ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (3.5ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (10.9ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.7ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.4ms) BEGIN  (14.9ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.7ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.3ms) BEGIN  (9.5ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (2.8ms) COMMIT Migrating to AddAgeToDummyChild (20141101223453)  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "dummy_children" ADD COLUMN "age" integer SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141101223453"]]  (8.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN SQL (1.2ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:43:02.186573"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:43:02.186573"]]  (2.3ms) COMMIT  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:43:02.195740"], ["name", "German"], ["updated_at", "2014-11-07 23:43:02.195740"]]  (2.5ms) COMMIT  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:43:02.202326"], ["name", "Indian"], ["updated_at", "2014-11-07 23:43:02.202326"]]  (2.2ms) COMMIT  (0.9ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.7ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.9ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:43:02.246591"], ["dummy_tribe_id", 1], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:43:02.246591"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:43:02.254166"], ["dummy_tribe_id", 1], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:43:02.254166"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:43:02.261562"], ["dummy_tribe_id", 1], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:43:02.261562"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:43:02.270014"], ["dummy_tribe_id", 3], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:43:02.270014"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:43:02.278445"], ["dummy_tribe_id", 1], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:43:02.278445"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (1.0ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.319702"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 3], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:43:02.319702"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.330467"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 1], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:43:02.330467"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.342289"], ["dummy_grandparent_id", 2], ["dummy_tribe_id", 3], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:43:02.342289"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.353552"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 2], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:43:02.353552"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.4ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (1.0ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.391611"], ["dummy_parent_id", 3], ["dummy_tribe_id", 3], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:43:02.391611"]]  (2.2ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.1ms) BEGIN DummyParent Load (0.4ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.6ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:43:02.401656"], ["dummy_parent_id", 2], ["dummy_tribe_id", 3], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:43:02.401656"]]  (2.2ms) COMMIT  (0.4ms) BEGIN SQL (0.8ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:43:02.425547"], ["name", "Fred"], ["updated_at", "2014-11-07 23:43:02.425547"]]  (2.2ms) COMMIT  (0.9ms) SELECT "users"."id" FROM "users" PG::UndefinedTable: ERROR: relation "buttafly_spreadsheets" does not exist LINE 5: WHERE a.attrelid = '"buttafly_spreadsheets"':... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"buttafly_spreadsheets"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN SQL (0.9ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:44:08.943272"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:44:08.943272"]]  (2.7ms) COMMIT  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:44:08.954771"], ["name", "German"], ["updated_at", "2014-11-07 23:44:08.954771"]]  (2.2ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:44:08.959504"], ["name", "Indian"], ["updated_at", "2014-11-07 23:44:08.959504"]]  (2.0ms) COMMIT  (0.8ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.7ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:44:09.001543"], ["dummy_tribe_id", 6], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:44:09.001543"]]  (2.3ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:44:09.009104"], ["dummy_tribe_id", 1], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:44:09.009104"]]  (2.2ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.7ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:44:09.018041"], ["dummy_tribe_id", 4], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:44:09.018041"]]  (2.5ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:44:09.028007"], ["dummy_tribe_id", 2], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:44:09.028007"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:44:09.037277"], ["dummy_tribe_id", 4], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:44:09.037277"]]  (2.2ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.7ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 5]] SQL (0.8ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.075507"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 5], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:44:09.075507"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.089282"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 2], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:44:09.089282"]]  (2.3ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.8ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 8]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.6ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.105678"], ["dummy_grandparent_id", 8], ["dummy_tribe_id", 1], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:44:09.105678"]]  (2.4ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 6]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.120768"], ["dummy_grandparent_id", 6], ["dummy_tribe_id", 1], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:44:09.120768"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 8]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.7ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.157470"], ["dummy_parent_id", 8], ["dummy_tribe_id", 3], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:44:09.157470"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.2ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 6]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.6ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:44:09.167923"], ["dummy_parent_id", 6], ["dummy_tribe_id", 6], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:44:09.167923"]]  (2.2ms) COMMIT  (0.4ms) BEGIN SQL (0.8ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:44:09.191162"], ["name", "Fred"], ["updated_at", "2014-11-07 23:44:09.191162"]]  (2.2ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users" PG::UndefinedTable: ERROR: relation "buttafly_spreadsheets" does not exist LINE 5: WHERE a.attrelid = '"buttafly_spreadsheets"':... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"buttafly_spreadsheets"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN SQL (0.8ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:45:13.688346"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:45:13.688346"]]  (2.7ms) COMMIT  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:45:13.698902"], ["name", "German"], ["updated_at", "2014-11-07 23:45:13.698902"]]  (2.1ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:45:13.703535"], ["name", "Indian"], ["updated_at", "2014-11-07 23:45:13.703535"]]  (2.1ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.7ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.3ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:45:13.745209"], ["dummy_tribe_id", 2], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:45:13.745209"]]  (2.4ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:45:13.754446"], ["dummy_tribe_id", 2], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:45:13.754446"]]  (2.1ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:45:13.763269"], ["dummy_tribe_id", 1], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:45:13.763269"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:45:13.772286"], ["dummy_tribe_id", 9], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:45:13.772286"]]  (2.0ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:45:13.781300"], ["dummy_tribe_id", 1], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:45:13.781300"]]  (2.0ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 13]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.815839"], ["dummy_grandparent_id", 13], ["dummy_tribe_id", 6], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:45:13.815839"]]  (2.2ms) COMMIT  (0.3ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.3ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 10]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.3ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.828450"], ["dummy_grandparent_id", 10], ["dummy_tribe_id", 6], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:45:13.828450"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 9]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.838908"], ["dummy_grandparent_id", 9], ["dummy_tribe_id", 4], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:45:13.838908"]]  (2.3ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 10]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.849835"], ["dummy_grandparent_id", 10], ["dummy_tribe_id", 6], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:45:13.849835"]]  (2.3ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.4ms) BEGIN DummyParent Load (0.3ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 9]] SQL (0.4ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.887308"], ["dummy_parent_id", 1], ["dummy_tribe_id", 9], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:45:13.887308"]]  (2.0ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.4ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:45:13.896030"], ["dummy_parent_id", 1], ["dummy_tribe_id", 2], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:45:13.896030"]]  (2.1ms) COMMIT  (0.3ms) BEGIN SQL (0.6ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:45:13.916287"], ["name", "Fred"], ["updated_at", "2014-11-07 23:45:13.916287"]]  (2.0ms) COMMIT  (0.7ms) SELECT "users"."id" FROM "users" PG::UndefinedTable: ERROR: relation "buttafly_spreadsheets" does not exist LINE 5: WHERE a.attrelid = '"buttafly_spreadsheets"':... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"buttafly_spreadsheets"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.3ms) BEGIN  (16.3ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (8.6ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.6ms) BEGIN  (17.0ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.4ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.5ms) BEGIN  (15.9ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.8ms) COMMIT Migrating to AddIndexes (20140917190801)  (1.2ms) BEGIN  (11.5ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (6.2ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (6.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (11.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (2.6ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (1.0ms) BEGIN  (2.4ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN SQL (0.9ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:46:01.777356"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:46:01.777356"]]  (2.5ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:46:01.787851"], ["name", "German"], ["updated_at", "2014-11-07 23:46:01.787851"]]  (2.1ms) COMMIT  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:46:01.792786"], ["name", "Indian"], ["updated_at", "2014-11-07 23:46:01.792786"]]  (2.2ms) COMMIT  (0.8ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:46:01.829811"], ["dummy_tribe_id", 9], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:46:01.829811"]]  (2.2ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.3ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:46:01.837031"], ["dummy_tribe_id", 4], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:46:01.837031"]]  (2.2ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 12]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:46:01.844534"], ["dummy_tribe_id", 12], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:46:01.844534"]]  (2.2ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:46:01.852405"], ["dummy_tribe_id", 2], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:46:01.852405"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 11]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:46:01.860559"], ["dummy_tribe_id", 11], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:46:01.860559"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 20]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.897221"], ["dummy_grandparent_id", 20], ["dummy_tribe_id", 2], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:46:01.897221"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 11]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 8]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.907959"], ["dummy_grandparent_id", 11], ["dummy_tribe_id", 8], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:46:01.907959"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 17]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.918922"], ["dummy_grandparent_id", 17], ["dummy_tribe_id", 2], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:46:01.918922"]]  (1.9ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 16]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.928528"], ["dummy_grandparent_id", 16], ["dummy_tribe_id", 1], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:46:01.928528"]]  (2.0ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 8]] SQL (0.7ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.964084"], ["dummy_parent_id", 2], ["dummy_tribe_id", 8], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:46:01.964084"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.2ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 12]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 10]] SQL (0.5ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:46:01.975331"], ["dummy_parent_id", 12], ["dummy_tribe_id", 10], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:46:01.975331"]]  (2.1ms) COMMIT  (0.3ms) BEGIN SQL (0.7ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:46:01.994981"], ["name", "Fred"], ["updated_at", "2014-11-07 23:46:01.994981"]]  (2.1ms) COMMIT  (0.7ms) SELECT "users"."id" FROM "users"  (0.5ms) BEGIN Buttafly::Spreadsheet Exists (2.3ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'reviews.csv' LIMIT 1 SQL (1.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.117892"], ["flat_file", "family.odt.csv"], ["name", "reviews.csv"], ["updated_at", "2014-11-07 23:46:02.117892"], ["user_id", 2]]  (2.4ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'pinot_noir_reviews.csv' LIMIT 1 SQL (0.3ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.136828"], ["flat_file", "family.odt.csv"], ["name", "pinot_noir_reviews.csv"], ["updated_at", "2014-11-07 23:46:02.136828"], ["user_id", 4]]  (2.1ms) COMMIT  (0.4ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.4ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'gewurztraminer_reviews.csv' LIMIT 1 SQL (0.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.148043"], ["flat_file", "family.odt.csv"], ["name", "gewurztraminer_reviews.csv"], ["updated_at", "2014-11-07 23:46:02.148043"], ["user_id", 3]]  (2.2ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.7ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'cabernets.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.160384"], ["flat_file", "family.odt.csv"], ["name", "cabernets.csv"], ["updated_at", "2014-11-07 23:46:02.160384"], ["user_id", 1]]  (2.2ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'merlots.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.174967"], ["flat_file", "family.odt.csv"], ["name", "merlots.csv"], ["updated_at", "2014-11-07 23:46:02.174967"], ["user_id", 3]]  (2.4ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.5ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'zinfandels.csv' LIMIT 1 SQL (0.5ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:46:02.187846"], ["flat_file", "family.odt.csv"], ["name", "zinfandels.csv"], ["updated_at", "2014-11-07 23:46:02.187846"], ["user_id", 2]]  (2.1ms) COMMIT  (1.2ms) SELECT COUNT(*) FROM "buttafly_mappings" Started GET "/buttafly/" for 127.0.0.1 at 2014-11-07 15:47:40 -0800 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (75.1ms) Buttafly::Spreadsheet Load (2.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (47.0ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (11.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.3ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (191.7ms) Rendered application/_messages.html.haml (1.4ms) Completed 200 OK in 640ms (Views: 498.7ms | ActiveRecord: 18.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:41 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.0ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:47:50.222051"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-07 23:47:50.222051"]]  (2.6ms) COMMIT Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 17ms (ActiveRecord: 4.3ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.0ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (59.7ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 203ms (Views: 196.0ms | ActiveRecord: 4.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:50 -0800 Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-07 15:47:55 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (32.5ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 219ms (Views: 189.3ms | ActiveRecord: 19.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:55 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 15:47:55 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:55 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:55 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 15:47:56 -0800 SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (39.9ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (18.4ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (16.6ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" USING btree ("legend_id")  (13.0ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" USING btree ("originable_id", "originable_type")  (19.9ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp, "flat_file" character varying(255))  (7.4ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" USING btree ("aasm_state")  (16.3ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" USING btree ("imported_at")  (11.0ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" USING btree ("name")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" USING btree ("processed_at")  (13.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" USING btree ("user_id")  (11.1ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp, "age" integer)  (14.8ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)   (22.0ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  (15.2ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (11.4ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (17.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.6ms) SELECT version FROM "schema_migrations"  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20141101223453')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140929225232')  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140930213614')  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919020545')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001314')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919001242')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140917190801')  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919055223')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140917190530')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140917185910')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140916214009') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:54:40.603030"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:54:40.603030"]]  (1.9ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:54:40.611046"], ["name", "German"], ["updated_at", "2014-11-07 23:54:40.611046"]]  (1.9ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:54:40.615092"], ["name", "Indian"], ["updated_at", "2014-11-07 23:54:40.615092"]]  (2.0ms) COMMIT  (1.1ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.9ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:54:40.653752"], ["dummy_tribe_id", 1], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:54:40.653752"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:54:40.663858"], ["dummy_tribe_id", 2], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:54:40.663858"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:54:40.672853"], ["dummy_tribe_id", 1], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:54:40.672853"]]  (1.9ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:54:40.681261"], ["dummy_tribe_id", 3], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:54:40.681261"]]  (2.0ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:54:40.688576"], ["dummy_tribe_id", 2], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:54:40.688576"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.730175"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 2], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:54:40.730175"]]  (9.9ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (1.0ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.3ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.3ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.754120"], ["dummy_grandparent_id", 2], ["dummy_tribe_id", 3], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:54:40.754120"]]  (4.2ms) COMMIT  (0.3ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.1ms) BEGIN DummyGrandparent Load (0.2ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.764286"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 1], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:54:40.764286"]]  (4.8ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.778542"], ["dummy_grandparent_id", 1], ["dummy_tribe_id", 2], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:54:40.778542"]]  (2.4ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.9ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.815277"], ["dummy_parent_id", 1], ["dummy_tribe_id", 3], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:54:40.815277"]]  (2.0ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.1ms) BEGIN DummyParent Load (0.4ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:54:40.823474"], ["dummy_parent_id", 1], ["dummy_tribe_id", 1], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:54:40.823474"]]  (2.0ms) COMMIT  (0.4ms) BEGIN SQL (1.0ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:54:40.844626"], ["name", "Fred"], ["updated_at", "2014-11-07 23:54:40.844626"]]  (2.3ms) COMMIT  (0.8ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (1.9ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'reviews.csv' LIMIT 1 SQL (1.2ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:40.967779"], ["flat_file", "family.odt.csv"], ["name", "reviews.csv"], ["updated_at", "2014-11-07 23:54:40.967779"], ["user_id", 1]]  (2.3ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.9ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'pinot_noir_reviews.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:40.982646"], ["flat_file", "family.odt.csv"], ["name", "pinot_noir_reviews.csv"], ["updated_at", "2014-11-07 23:54:40.982646"], ["user_id", 1]]  (2.3ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'gewurztraminer_reviews.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:40.996381"], ["flat_file", "family.odt.csv"], ["name", "gewurztraminer_reviews.csv"], ["updated_at", "2014-11-07 23:54:40.996381"], ["user_id", 1]]  (2.3ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.7ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'cabernets.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:41.009560"], ["flat_file", "family.odt.csv"], ["name", "cabernets.csv"], ["updated_at", "2014-11-07 23:54:41.009560"], ["user_id", 1]]  (2.2ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'merlots.csv' LIMIT 1 SQL (0.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:41.026233"], ["flat_file", "family.odt.csv"], ["name", "merlots.csv"], ["updated_at", "2014-11-07 23:54:41.026233"], ["user_id", 1]]  (2.2ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'zinfandels.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-07 23:54:41.038501"], ["flat_file", "family.odt.csv"], ["name", "zinfandels.csv"], ["updated_at", "2014-11-07 23:54:41.038501"], ["user_id", 1]]  (7.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN SQL (0.9ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:55:04.873590"], ["name", "Romanian"], ["updated_at", "2014-11-07 23:55:04.873590"]]  (2.5ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:55:04.884677"], ["name", "German"], ["updated_at", "2014-11-07 23:55:04.884677"]]  (2.0ms) COMMIT  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:55:04.889553"], ["name", "Indian"], ["updated_at", "2014-11-07 23:55:04.889553"]]  (2.0ms) COMMIT  (0.8ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 5]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:55:04.929397"], ["dummy_tribe_id", 5], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-07 23:55:04.929397"]]  (1.9ms) COMMIT  (0.3ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.3ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:55:04.937052"], ["dummy_tribe_id", 2], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-07 23:55:04.937052"]]  (1.8ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:55:04.943296"], ["dummy_tribe_id", 1], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-07 23:55:04.943296"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:55:04.952419"], ["dummy_tribe_id", 3], ["name", "KC Shekhar"], ["updated_at", "2014-11-07 23:55:04.952419"]]  (2.2ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-07 23:55:04.961387"], ["dummy_tribe_id", 1], ["name", "Usha Shekhar"], ["updated_at", "2014-11-07 23:55:04.961387"]]  (1.9ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:04.998378"], ["dummy_grandparent_id", 2], ["dummy_tribe_id", 2], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-07 23:55:04.998378"]]  (2.0ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:05.008976"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 4], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-07 23:55:05.008976"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.6ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:05.018817"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 6], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-07 23:55:05.018817"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 8]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 5]] SQL (0.6ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:05.029624"], ["dummy_grandparent_id", 8], ["dummy_tribe_id", 5], ["name", "Archana Shekhar"], ["updated_at", "2014-11-07 23:55:05.029624"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.7ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.4ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.9ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:05.068884"], ["dummy_parent_id", 2], ["dummy_tribe_id", 4], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-07 23:55:05.068884"]]  (2.1ms) COMMIT  (0.2ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.1ms) BEGIN DummyParent Load (0.2ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 6]] DummyTribe Load (0.1ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.2ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-07 23:55:05.078883"], ["dummy_parent_id", 6], ["dummy_tribe_id", 3], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-07 23:55:05.078883"]]  (1.8ms) COMMIT  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-07 23:55:05.089367"], ["name", "Fred"], ["updated_at", "2014-11-07 23:55:05.089367"]]  (1.8ms) COMMIT  (0.3ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (2.1ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'reviews.csv' LIMIT 1  (0.4ms) ROLLBACK  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'pinot_noir_reviews.csv' LIMIT 1  (0.3ms) ROLLBACK  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'gewurztraminer_reviews.csv' LIMIT 1  (0.2ms) ROLLBACK  (0.4ms) SELECT "users"."id" FROM "users"  (0.1ms) BEGIN Buttafly::Spreadsheet Exists (0.5ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'cabernets.csv' LIMIT 1  (0.2ms) ROLLBACK  (0.5ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.7ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'merlots.csv' LIMIT 1  (0.3ms) ROLLBACK  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.7ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'zinfandels.csv' LIMIT 1  (0.2ms) ROLLBACK Started GET "/" for 127.0.0.1 at 2014-11-07 16:09:07 -0800 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.3ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-11-07 16:09:08 -0800 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.2ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-11-07 16:09:13 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (79.1ms) Buttafly::Spreadsheet Load (3.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (50.4ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (182.4ms) Rendered application/_messages.html.haml (1.6ms) Completed 200 OK in 631ms (Views: 487.3ms | ActiveRecord: 17.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:14 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.5ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-08 00:09:20.539230"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-08 00:09:20.539230"]]  (2.3ms) COMMIT Redirected to http://localhost:3000/buttafly/ Completed 302 Found in 15ms (ActiveRecord: 4.9ms) Started GET "/buttafly/" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.8ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (57.2ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 200ms (Views: 193.4ms | ActiveRecord: 4.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:20 -0800 Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (37.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 208ms (Views: 173.6ms | ActiveRecord: 23.7ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 16:09:23 -0800 Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 16:10:03 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 16:52:25 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 16:52:25 -0800 Started POST "/buttafly/legends/new" for 127.0.0.1 at 2014-11-07 16:52:57 -0800 ActionController::RoutingError (No route matches [POST] "/legends/new"): actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.2ms) Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-07 16:53:45 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (16.4ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 181ms (Views: 175.6ms | ActiveRecord: 1.1ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 16:53:46 -0800 Started POST "/buttafly/legends" for 127.0.0.1 at 2014-11-07 16:53:49 -0800 AbstractController::ActionNotFound (The action 'create' could not be found for Buttafly::LegendsController): actionpack (4.1.6) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms) Started POST "/buttafly/legends" for 127.0.0.1 at 2014-11-07 16:54:41 -0800 Processing by Buttafly::LegendsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"child name"}, "dummy_grandparent"=>{"name"=>"child name"}, "dummy_parent"=>{"name"=>"child name"}, "dummy_child"=>{"name"=>"child name", "age"=>"child name"}}, "commit"=>"create legend"} Completed 500 Internal Server Error in 9020414ms ActionView::MissingTemplate (Missing template buttafly/legends/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2014-11-07 19:25:12 -0800 Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/buttafly/contents" for 127.0.0.1 at 2014-11-07 19:25:15 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (19.5ms) Buttafly::Spreadsheet Load (1.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.7ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (33.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms)  (0.4ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (101.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 323ms (Views: 231.3ms | ActiveRecord: 24.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:16 -0800 Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (3.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (40.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 215ms (Views: 172.6ms | ActiveRecord: 27.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-07 19:25:22 -0800  (12.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (9.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (10.6ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.7ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (9.2ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (7.9ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.3ms) BEGIN  (8.9ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (2.8ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.2ms) BEGIN  (6.3ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.6ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.4ms) BEGIN  (9.0ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (2.4ms) COMMIT Migrating to AddAgeToDummyChild (20141101223453)  (0.6ms) BEGIN  (1.1ms) ALTER TABLE "dummy_children" ADD COLUMN "age" integer SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141101223453"]]  (2.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN SQL (1.5ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:05:40.964448"], ["name", "Romanian"], ["updated_at", "2014-11-09 07:05:40.964448"]]  (2.8ms) COMMIT  (0.3ms) BEGIN SQL (0.8ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:05:40.979875"], ["name", "German"], ["updated_at", "2014-11-09 07:05:40.979875"]]  (2.1ms) COMMIT  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:05:40.986485"], ["name", "Indian"], ["updated_at", "2014-11-09 07:05:40.986485"]]  (2.0ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (1.0ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:05:41.028792"], ["dummy_tribe_id", 2], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-09 07:05:41.028792"]]  (2.0ms) COMMIT  (0.8ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.8ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:05:41.039187"], ["dummy_tribe_id", 2], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-09 07:05:41.039187"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:05:41.048040"], ["dummy_tribe_id", 3], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-09 07:05:41.048040"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:05:41.056572"], ["dummy_tribe_id", 1], ["name", "KC Shekhar"], ["updated_at", "2014-11-09 07:05:41.056572"]]  (2.1ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:05:41.065717"], ["dummy_tribe_id", 1], ["name", "Usha Shekhar"], ["updated_at", "2014-11-09 07:05:41.065717"]]  (2.0ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (1.1ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.110312"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 3], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-09 07:05:41.110312"]]  (2.4ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.125583"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 2], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-09 07:05:41.125583"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.1ms) BEGIN DummyGrandparent Load (0.3ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.135753"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 3], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-09 07:05:41.135753"]]  (2.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.3ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.147624"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 3], ["name", "Archana Shekhar"], ["updated_at", "2014-11-09 07:05:41.147624"]]  (2.0ms) COMMIT  (1.0ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.8ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.4ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.1ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.188917"], ["dummy_parent_id", 3], ["dummy_tribe_id", 1], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-09 07:05:41.188917"]]  (2.0ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.7ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:05:41.201594"], ["dummy_parent_id", 3], ["dummy_tribe_id", 1], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-09 07:05:41.201594"]]  (2.0ms) COMMIT  (0.3ms) BEGIN SQL (0.8ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:05:41.225442"], ["name", "Fred"], ["updated_at", "2014-11-09 07:05:41.225442"]]  (1.9ms) COMMIT  (0.8ms) SELECT "users"."id" FROM "users" PG::UndefinedTable: ERROR: relation "buttafly_spreadsheets" does not exist LINE 5: WHERE a.attrelid = '"buttafly_spreadsheets"':... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"buttafly_spreadsheets"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20140916214009)  (0.1ms) BEGIN  (11.6ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140916214009"]]  (2.2ms) COMMIT Migrating to CreateButtaflyLegends (20140917185910)  (0.2ms) BEGIN  (10.6ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917185910"]]  (2.0ms) COMMIT Migrating to CreateButtaflyMappings (20140917190530)  (0.1ms) BEGIN  (15.1ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190530"]]  (2.0ms) COMMIT Migrating to AddIndexes (20140917190801)  (0.2ms) BEGIN  (4.9ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (4.7ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (5.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.7ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (12.8ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (13.1ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (8.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140917190801"]]  (3.2ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20140919055223)  (0.2ms) BEGIN  (0.5ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919055223"]]  (1.9ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN SQL (1.1ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:06:33.125649"], ["name", "Romanian"], ["updated_at", "2014-11-09 07:06:33.125649"]]  (2.4ms) COMMIT  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:06:33.138462"], ["name", "German"], ["updated_at", "2014-11-09 07:06:33.138462"]]  (2.4ms) COMMIT  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:06:33.143974"], ["name", "Indian"], ["updated_at", "2014-11-09 07:06:33.143974"]]  (2.4ms) COMMIT  (1.1ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) BEGIN DummyTribe Load (0.9ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.1ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:06:33.189411"], ["dummy_tribe_id", 1], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-09 07:06:33.189411"]]  (2.2ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:06:33.199694"], ["dummy_tribe_id", 4], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-09 07:06:33.199694"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:06:33.208734"], ["dummy_tribe_id", 1], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-09 07:06:33.208734"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:06:33.217281"], ["dummy_tribe_id", 3], ["name", "KC Shekhar"], ["updated_at", "2014-11-09 07:06:33.217281"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:06:33.226132"], ["dummy_tribe_id", 2], ["name", "Usha Shekhar"], ["updated_at", "2014-11-09 07:06:33.226132"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.6ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.263271"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 6], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-09 07:06:33.263271"]]  (2.0ms) COMMIT  (0.4ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.4ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 5]] SQL (0.4ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.273502"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 5], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-09 07:06:33.273502"]]  (1.9ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.7ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 4]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.283712"], ["dummy_grandparent_id", 1], ["dummy_tribe_id", 4], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-09 07:06:33.283712"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.7ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.295703"], ["dummy_grandparent_id", 3], ["dummy_tribe_id", 3], ["name", "Archana Shekhar"], ["updated_at", "2014-11-09 07:06:33.295703"]]  (7.2ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.9ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.3ms) BEGIN DummyParent Load (0.6ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 7]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 6]] SQL (0.5ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.337741"], ["dummy_parent_id", 7], ["dummy_tribe_id", 6], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-09 07:06:33.337741"]]  (2.2ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.6ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.2ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 8]] DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:06:33.350445"], ["dummy_parent_id", 8], ["dummy_tribe_id", 3], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-09 07:06:33.350445"]]  (2.1ms) COMMIT  (0.3ms) BEGIN SQL (1.0ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:06:33.371757"], ["name", "Fred"], ["updated_at", "2014-11-09 07:06:33.371757"]]  (2.3ms) COMMIT  (0.8ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (2.9ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'reviews.csv' LIMIT 1 SQL (1.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.503012"], ["flat_file", "family.odt.csv"], ["name", "reviews.csv"], ["updated_at", "2014-11-09 07:06:33.503012"], ["user_id", 1]]  (2.5ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (1.1ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'pinot_noir_reviews.csv' LIMIT 1 SQL (0.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.522174"], ["flat_file", "family.odt.csv"], ["name", "pinot_noir_reviews.csv"], ["updated_at", "2014-11-09 07:06:33.522174"], ["user_id", 2]]  (2.2ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.6ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'gewurztraminer_reviews.csv' LIMIT 1 SQL (0.3ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.540790"], ["flat_file", "family.odt.csv"], ["name", "gewurztraminer_reviews.csv"], ["updated_at", "2014-11-09 07:06:33.540790"], ["user_id", 2]]  (2.0ms) COMMIT  (0.3ms) SELECT "users"."id" FROM "users"  (0.1ms) BEGIN Buttafly::Spreadsheet Exists (0.4ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'cabernets.csv' LIMIT 1 SQL (0.3ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.550980"], ["flat_file", "family.odt.csv"], ["name", "cabernets.csv"], ["updated_at", "2014-11-09 07:06:33.550980"], ["user_id", 2]]  (2.1ms) COMMIT  (0.5ms) SELECT "users"."id" FROM "users"  (0.2ms) BEGIN Buttafly::Spreadsheet Exists (0.4ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'merlots.csv' LIMIT 1 SQL (0.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.562618"], ["flat_file", "family.odt.csv"], ["name", "merlots.csv"], ["updated_at", "2014-11-09 07:06:33.562618"], ["user_id", 2]]  (2.1ms) COMMIT  (0.3ms) SELECT "users"."id" FROM "users"  (0.1ms) BEGIN Buttafly::Spreadsheet Exists (0.3ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'zinfandels.csv' LIMIT 1 SQL (0.4ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:06:33.573168"], ["flat_file", "family.odt.csv"], ["name", "zinfandels.csv"], ["updated_at", "2014-11-09 07:06:33.573168"], ["user_id", 2]]  (1.9ms) COMMIT Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-08 23:06:43 -0800 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (1.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Completed 404 Not Found in 15ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Mapping with 'id'=1): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:429:in `find_one' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:413:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:9:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.3ms) Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-08 23:06:47 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (Couldn't find Buttafly::Mapping with 'id'=1): activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:429:in `find_one' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:413:in `find_with_ids' activerecord (4.1.6) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.6) lib/active_record/querying.rb:3:in `find' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:9:in `new' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.1ms) Started GET "/buttafly/legends" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Processing by Buttafly::LegendsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/index.html.haml within layouts/application (3.3ms) Rendered application/_messages.html.haml (2.0ms) Completed 200 OK in 352ms (Views: 351.3ms | ActiveRecord: 0.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:06:55 -0800 Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (69.9ms) Buttafly::Spreadsheet Load (2.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.0ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (46.3ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.2ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.9ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.4ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (1.0ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (176.6ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 438ms (Views: 303.7ms | ActiveRecord: 15.5ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:01 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-08 23:07:04 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.0ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:07:05.003788"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-09 07:07:05.003788"]]  (2.1ms) COMMIT Redirected to http://localhost:3000/buttafly Completed 302 Found in 18ms (ActiveRecord: 4.0ms) Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.7ms) Buttafly::Spreadsheet Load (0.8ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.3ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.2ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (113.9ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 207ms (Views: 200.0ms | ActiveRecord: 4.3ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:05 -0800 Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.5ms) Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.4ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (16.0ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.4ms) Buttafly::Mapping Load (0.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms)  (0.3ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (52.1ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 161ms (Views: 156.0ms | ActiveRecord: 2.4ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:07:53 -0800 Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:08:10 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.6ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (20.3ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.0ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.3ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.2ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (70.2ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 224ms (Views: 215.5ms | ActiveRecord: 4.6ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:08:11 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-08 23:15:41 -0800 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.1.6) lib/active_record/migration.rb:389:in `check_pending!' activerecord (4.1.6) lib/active_record/migration.rb:377:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateButtaflySpreadsheets (20141109071104)  (0.3ms) BEGIN  (5.3ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  PG::DuplicateTable: ERROR: relation "buttafly_spreadsheets" already exists : CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  (0.2ms) ROLLBACK  (8.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (10.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDummyParents (20140919001242)  (0.3ms) BEGIN  (17.8ms) CREATE TABLE "dummy_parents" ("id" serial primary key, "name" character varying(255), "dummy_grandparent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001242"]]  (2.7ms) COMMIT Migrating to CreateDummyChildren (20140919001314)  (0.4ms) BEGIN  (10.4ms) CREATE TABLE "dummy_children" ("id" serial primary key, "name" character varying(255), "dummy_parent_id" integer, "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919001314"]]  (2.5ms) COMMIT Migrating to CreateUsers (20140919020545)  (0.4ms) BEGIN  (15.5ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140919020545"]]  (3.7ms) COMMIT Migrating to CreateDummyGrandparents (20140929225232)  (0.4ms) BEGIN  (9.2ms) CREATE TABLE "dummy_grandparents" ("id" serial primary key, "name" character varying(255), "dummy_tribe_id" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140929225232"]]  (2.6ms) COMMIT Migrating to CreateDummyTribes (20140930213614)  (0.2ms) BEGIN  (9.6ms) CREATE TABLE "dummy_tribes" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140930213614"]]  (2.1ms) COMMIT Migrating to AddAgeToDummyChild (20141101223453)  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "dummy_children" ADD COLUMN "age" integer SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141101223453"]]  (2.3ms) COMMIT Migrating to CreateButtaflySpreadsheets (20141109071104)  (0.3ms) BEGIN  (20.9ms) CREATE TABLE "buttafly_spreadsheets" ("id" serial primary key, "data" json, "name" character varying(255), "user_id" integer, "imported_at" timestamp, "processed_at" timestamp, "aasm_state" character varying(255), "source_row_count" integer, "mtime" integer, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141109071104"]]  (8.6ms) COMMIT Migrating to CreateButtaflyLegends (20141109071105)  (0.5ms) BEGIN  (15.0ms) CREATE TABLE "buttafly_legends" ("id" serial primary key, "cartographer_id" integer, "data" json, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141109071105"]]  (2.6ms) COMMIT Migrating to CreateButtaflyMappings (20141109071106)  (0.4ms) BEGIN  (13.8ms) CREATE TABLE "buttafly_mappings" ("id" serial primary key, "legend_id" integer, "originable_id" integer, "originable_type" character varying(255), "targetable_model" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141109071106"]]  (2.7ms) COMMIT Migrating to AddIndexes (20141109071107)  (0.4ms) BEGIN  (13.0ms) CREATE INDEX "index_buttafly_mappings_on_legend_id" ON "buttafly_mappings" ("legend_id")  (7.6ms) CREATE INDEX "index_buttafly_mappings_on_originable_id_and_originable_type" ON "buttafly_mappings" ("originable_id", "originable_type")  (7.5ms) CREATE INDEX "index_buttafly_spreadsheets_on_user_id" ON "buttafly_spreadsheets" ("user_id")  (5.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_name" ON "buttafly_spreadsheets" ("name")  (6.6ms) CREATE INDEX "index_buttafly_spreadsheets_on_imported_at" ON "buttafly_spreadsheets" ("imported_at")  (6.2ms) CREATE INDEX "index_buttafly_spreadsheets_on_processed_at" ON "buttafly_spreadsheets" ("processed_at")  (5.9ms) CREATE INDEX "index_buttafly_spreadsheets_on_aasm_state" ON "buttafly_spreadsheets" ("aasm_state") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141109071107"]]  (2.5ms) COMMIT Migrating to AddFlatFileToSpreadsheets (20141109071108)  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "buttafly_spreadsheets" ADD COLUMN "flat_file" character varying(255) SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141109071108"]]  (2.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.8ms) BEGIN SQL (1.0ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:17:18.640464"], ["name", "Romanian"], ["updated_at", "2014-11-09 07:17:18.640464"]]  (2.5ms) COMMIT  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:17:18.651708"], ["name", "German"], ["updated_at", "2014-11-09 07:17:18.651708"]]  (2.0ms) COMMIT  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO "dummy_tribes" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:17:18.657427"], ["name", "Indian"], ["updated_at", "2014-11-09 07:17:18.657427"]]  (2.1ms) COMMIT  (0.9ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.3ms) BEGIN DummyTribe Load (0.7ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (1.1ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:17:18.711345"], ["dummy_tribe_id", 2], ["name", "Heather Schoeneman"], ["updated_at", "2014-11-09 07:17:18.711345"]]  (2.2ms) COMMIT  (0.2ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.1ms) BEGIN DummyTribe Load (0.2ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.2ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:17:18.718195"], ["dummy_tribe_id", 2], ["name", "Kurt Schoeneman"], ["updated_at", "2014-11-09 07:17:18.718195"]]  (9.8ms) COMMIT  (0.7ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.6ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:17:18.734637"], ["dummy_tribe_id", 2], ["name", "Vicki Pacurar"], ["updated_at", "2014-11-09 07:17:18.734637"]]  (2.8ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.4ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:17:18.745096"], ["dummy_tribe_id", 1], ["name", "KC Shekhar"], ["updated_at", "2014-11-09 07:17:18.745096"]]  (2.3ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.2ms) BEGIN DummyTribe Load (0.5ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_grandparents" ("created_at", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-11-09 07:17:18.753599"], ["dummy_tribe_id", 1], ["name", "Usha Shekhar"], ["updated_at", "2014-11-09 07:17:18.753599"]]  (7.4ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.4ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.6ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (1.0ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.796725"], ["dummy_grandparent_id", 2], ["dummy_tribe_id", 3], ["name", "Guy Pacurarar"], ["updated_at", "2014-11-09 07:17:18.796725"]]  (2.1ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.1ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 5]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 3]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.807379"], ["dummy_grandparent_id", 5], ["dummy_tribe_id", 3], ["name", "Sarah Schoeneman"], ["updated_at", "2014-11-09 07:17:18.807379"]]  (2.0ms) COMMIT  (0.5ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.1ms) BEGIN DummyGrandparent Load (0.3ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 4]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.7ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.818062"], ["dummy_grandparent_id", 4], ["dummy_tribe_id", 1], ["name", "Doug Schoeneman"], ["updated_at", "2014-11-09 07:17:18.818062"]]  (2.1ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_grandparents"."id" FROM "dummy_grandparents"  (0.2ms) BEGIN DummyGrandparent Load (0.5ms) SELECT "dummy_grandparents".* FROM "dummy_grandparents" WHERE "dummy_grandparents"."id" = $1 LIMIT 1 [["id", 2]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "dummy_parents" ("created_at", "dummy_grandparent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.829662"], ["dummy_grandparent_id", 2], ["dummy_tribe_id", 1], ["name", "Archana Shekhar"], ["updated_at", "2014-11-09 07:17:18.829662"]]  (2.0ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.5ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.4ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 3]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (1.0ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.866330"], ["dummy_parent_id", 3], ["dummy_tribe_id", 2], ["name", "Ella Mac Pacurar"], ["updated_at", "2014-11-09 07:17:18.866330"]]  (2.3ms) COMMIT  (0.6ms) SELECT "dummy_tribes"."id" FROM "dummy_tribes"  (0.4ms) SELECT "dummy_parents"."id" FROM "dummy_parents"  (0.2ms) BEGIN DummyParent Load (0.5ms) SELECT "dummy_parents".* FROM "dummy_parents" WHERE "dummy_parents"."id" = $1 LIMIT 1 [["id", 1]] DummyTribe Load (0.3ms) SELECT "dummy_tribes".* FROM "dummy_tribes" WHERE "dummy_tribes"."id" = $1 LIMIT 1 [["id", 2]] SQL (0.9ms) INSERT INTO "dummy_children" ("created_at", "dummy_parent_id", "dummy_tribe_id", "name", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:18.878284"], ["dummy_parent_id", 1], ["dummy_tribe_id", 2], ["name", "Rohan Schoeneman"], ["updated_at", "2014-11-09 07:17:18.878284"]]  (2.1ms) COMMIT  (0.3ms) BEGIN SQL (1.0ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2014-11-09 07:17:18.899382"], ["name", "Fred"], ["updated_at", "2014-11-09 07:17:18.899382"]]  (2.1ms) COMMIT  (0.8ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (2.5ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'reviews.csv' LIMIT 1 SQL (1.5ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.037801"], ["flat_file", "family.odt.csv"], ["name", "reviews.csv"], ["updated_at", "2014-11-09 07:17:19.037801"], ["user_id", 1]]  (2.6ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.4ms) BEGIN Buttafly::Spreadsheet Exists (1.1ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'pinot_noir_reviews.csv' LIMIT 1 SQL (0.8ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.057991"], ["flat_file", "family.odt.csv"], ["name", "pinot_noir_reviews.csv"], ["updated_at", "2014-11-09 07:17:19.057991"], ["user_id", 1]]  (2.3ms) COMMIT  (0.7ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'gewurztraminer_reviews.csv' LIMIT 1 SQL (0.7ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.071823"], ["flat_file", "family.odt.csv"], ["name", "gewurztraminer_reviews.csv"], ["updated_at", "2014-11-09 07:17:19.071823"], ["user_id", 1]]  (2.6ms) COMMIT  (0.7ms) SELECT "users"."id" FROM "users"  (0.4ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'cabernets.csv' LIMIT 1 SQL (1.0ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.087889"], ["flat_file", "family.odt.csv"], ["name", "cabernets.csv"], ["updated_at", "2014-11-09 07:17:19.087889"], ["user_id", 1]]  (2.6ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'merlots.csv' LIMIT 1 SQL (0.6ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.104012"], ["flat_file", "family.odt.csv"], ["name", "merlots.csv"], ["updated_at", "2014-11-09 07:17:19.104012"], ["user_id", 1]]  (2.9ms) COMMIT  (0.6ms) SELECT "users"."id" FROM "users"  (0.3ms) BEGIN Buttafly::Spreadsheet Exists (0.8ms) SELECT 1 AS one FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."name" = 'zinfandels.csv' LIMIT 1 SQL (0.8ms) INSERT INTO "buttafly_spreadsheets" ("aasm_state", "created_at", "flat_file", "name", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["aasm_state", "not_imported"], ["created_at", "2014-11-09 07:17:19.121120"], ["flat_file", "family.odt.csv"], ["name", "zinfandels.csv"], ["updated_at", "2014-11-09 07:17:19.121120"], ["user_id", 1]]  (2.3ms) COMMIT Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:17:38 -0800 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (77.6ms) Buttafly::Spreadsheet Load (2.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.9ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (50.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.7ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.6ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms)  (0.5ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (196.4ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 662ms (Views: 519.6ms | ActiveRecord: 18.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:39 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.2ms) BEGIN Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (1.1ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:17:42.418713"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-09 07:17:42.418713"]]  (2.2ms) COMMIT Redirected to http://localhost:3000/buttafly Completed 302 Found in 12ms (ActiveRecord: 4.1ms) Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (3.8ms) Buttafly::Spreadsheet Load (1.0ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (1.2ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.6ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (9.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (6.6ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.8ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (7.4ms)  (0.9ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (58.8ms) Rendered application/_messages.html.haml (0.5ms) Completed 200 OK in 206ms (Views: 196.8ms | ActiveRecord: 5.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:42 -0800 Started GET "/buttafly/legends/new?mapping_id=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"1"} Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 1]] Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (36.2ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 202ms (Views: 169.5ms | ActiveRecord: 22.2ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:17:45 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyChild"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.6ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:18:04.118093"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyChild"], ["updated_at", "2014-11-09 07:18:04.118093"]]  (2.3ms) COMMIT Redirected to http://localhost:3000/buttafly Completed 302 Found in 12ms (ActiveRecord: 3.6ms) Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.7ms) Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (10.7ms) Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (8.1ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.9ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms)  (0.6ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (55.9ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 199ms (Views: 192.8ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:04 -0800 Started POST "/buttafly/mappings?originable_id=1" for 127.0.0.1 at 2014-11-08 23:18:09 -0800 Processing by Buttafly::MappingsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "mapping"=>{"originable_id"=>"1", "targetable_model"=>"DummyGrandparent"}, "commit"=>"Select Target Model", "originable_id"=>"1"}  (0.3ms) BEGIN Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "buttafly_mappings" ("created_at", "originable_id", "originable_type", "targetable_model", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-11-09 07:18:09.672862"], ["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"], ["targetable_model", "DummyGrandparent"], ["updated_at", "2014-11-09 07:18:09.672862"]]  (2.2ms) COMMIT Redirected to http://localhost:3000/buttafly Completed 302 Found in 11ms (ActiveRecord: 3.6ms) Started GET "/buttafly" for 127.0.0.1 at 2014-11-08 23:18:09 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (2.8ms) Buttafly::Spreadsheet Load (0.9ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 1], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (0.5ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (13.2ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (63.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.8ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.1ms) Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (3.3ms)  (0.7ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (112.6ms) Rendered application/_messages.html.haml (0.3ms) Completed 200 OK in 204ms (Views: 195.4ms | ActiveRecord: 4.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:10 -0800 Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-08 23:18:13 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.5ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 107ms (Views: 99.7ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:13 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:13 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:13 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:13 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-08 23:18:14 -0800 Started POST "/buttafly/legends" for 127.0.0.1 at 2014-11-09 00:32:42 -0800 Processing by Buttafly::LegendsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"tribe name"}, "dummy_grandparent"=>{"name"=>"grandparent name"}}, "commit"=>"create legend"} Completed 500 Internal Server Error in 14652ms ActionView::MissingTemplate (Missing template buttafly/legends/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.1ms) Started POST "/buttafly/legends" for 127.0.0.1 at 2014-11-09 00:33:02 -0800 Processing by Buttafly::LegendsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"tribe name"}, "dummy_grandparent"=>{"name"=>"grandparent name"}}, "commit"=>"create legend"} Completed 500 Internal Server Error in 68937ms ActionView::MissingTemplate (Missing template buttafly/legends/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:34:35 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (1.0ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (22.8ms) Completed 500 Internal Server Error in 32ms ActionView::Template::Error (undefined method `legend_mapping_path' for #<#:0x00000004d90928>): 1: .row 2: .small-12.columns 3: = form_for [@legend, @mapping] do |f| 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.6) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___66149121804410754_40687700' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:35:38 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.1ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 1: .row 2: .small-12.columns 3: = form_for @legend, legends_path(@mapping.id) do |f| 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___66149121804410754_40027840' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:35:41 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (2.5ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (no implicit conversion of Symbol into Integer): 1: .row 2: .small-12.columns 3: = form_for @legend, legends_path(@mapping.id) do |f| 4: - @mapping.targetable_order.each do |model| 5: %fieldset 6: %legend= model.to_s.classify.constantize actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `[]' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:415:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___66149121804410754_40027840' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.4ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 146ms (Views: 139.6ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-09 00:35:58 -0800 Started POST "/buttafly/legends.3" for 127.0.0.1 at 2014-11-09 00:36:01 -0800 Processing by Buttafly::LegendsController#create as Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"child name"}, "dummy_grandparent"=>{"name"=>"child name"}}, "commit"=>"create legend"} Completed 500 Internal Server Error in 200495ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:16:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.1ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.5ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.3ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (7.4ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 94ms (Views: 89.5ms | ActiveRecord: 0.8ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-09 00:39:22 -0800 Started POST "/buttafly/legends?mapping=3" for 127.0.0.1 at 2014-11-09 00:39:29 -0800 Processing by Buttafly::LegendsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"child name"}, "dummy_grandparent"=>{"name"=>"child name"}}, "commit"=>"create legend", "mapping"=>"3"} Completed 500 Internal Server Error in 215795ms ActionView::MissingTemplate (Missing template buttafly/legends/create, buttafly/application/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/frederick/work/opensource/buttafly/test/dummy/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/foundation-rails-5.4.5.0/app/views" * "/home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/kaminari-0.16.1/app/views" * "/home/frederick/work/opensource/buttafly/app/views" ): actionview (4.1.6) lib/action_view/path_set.rb:46:in `find' actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.7ms) Rendered application/_messages.html.haml (0.2ms) Completed 200 OK in 143ms (Views: 136.2ms | ActiveRecord: 1.0ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.5ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.3ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 97ms (Views: 89.1ms | ActiveRecord: 1.0ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-09 00:43:05 -0800 Started POST "/buttafly/legends" for 127.0.0.1 at 2014-11-09 00:43:08 -0800 Processing by Buttafly::LegendsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UpvCrQlS9B+pl7CqzEoQ7dhSeqHiDtQ9S0oNx4HTXr8=", "legend"=>{"dummy_tribe"=>{"name"=>"child name"}, "dummy_grandparent"=>{"name"=>"child name"}}, "commit"=>"create legend"} Completed 500 Internal Server Error in 121207ms SystemExit (exit): pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `exit' pry (0.10.1) lib/pry/commands/exit_program.rb:16:in `process' pry (0.10.1) lib/pry/command.rb:582:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/command.rb:248:in `run' pry (0.10.1) lib/pry/command_set.rb:218:in `block in alias_command' pry (0.10.1) lib/pry/command.rb:495:in `instance_exec' pry (0.10.1) lib/pry/command.rb:495:in `call' pry (0.10.1) lib/pry/command.rb:456:in `call_with_hooks' pry (0.10.1) lib/pry/command.rb:427:in `call_safely' pry (0.10.1) lib/pry/command.rb:369:in `process_line' pry (0.10.1) lib/pry/command_set.rb:393:in `process_line' pry (0.10.1) lib/pry/pry_instance.rb:404:in `process_command' pry (0.10.1) lib/pry/pry_instance.rb:435:in `process_command_safely' pry (0.10.1) lib/pry/pry_instance.rb:272:in `handle_line' pry (0.10.1) lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' pry (0.10.1) lib/pry/pry_instance.rb:242:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:242:in `block in eval' pry (0.10.1) lib/pry/pry_instance.rb:241:in `catch' pry (0.10.1) lib/pry/pry_instance.rb:241:in `eval' pry (0.10.1) lib/pry/repl.rb:77:in `block in repl' pry (0.10.1) lib/pry/repl.rb:67:in `loop' pry (0.10.1) lib/pry/repl.rb:67:in `repl' pry (0.10.1) lib/pry/repl.rb:38:in `block in start' pry (0.10.1) lib/pry/input_lock.rb:61:in `call' pry (0.10.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.10.1) lib/pry/input_lock.rb:79:in `with_ownership' pry (0.10.1) lib/pry/repl.rb:38:in `start' pry (0.10.1) lib/pry/repl.rb:15:in `start' pry (0.10.1) lib/pry/pry_class.rb:169:in `start' pry (0.10.1) lib/pry/core_extensions.rb:43:in `pry' /home/frederick/work/opensource/buttafly/app/controllers/buttafly/legends_controller.rb:16:in `create' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:45:09 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.4ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (6.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `merge' for 3:Fixnum): 1: .row 2: .small-12.columns 3: = form_for @legend do |f| 4: = f.hidden_field :mapping_id, @mapping.id 5: - @mapping.targetable_order.each do |model| 6: %fieldset 7: %legend= model.to_s.classify.constantize actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1805:in `objectify_options' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:1686:in `hidden_field' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:4:in `block in __home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___66149121804410754_44251720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.6) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.6) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml:3:in `__home_frederick_work_opensource_buttafly_app_views_buttafly_legends_new_html_haml___66149121804410754_44251720' actionview (4.1.6) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.6) lib/action_view/template.rb:339:in `instrument' actionview (4.1.6) lib/action_view/template.rb:143:in `render' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.6) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/railtie.rb:194:in `public_send' railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.6) lib/rails/engine.rb:514:in `call' railties (4.1.6) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/frederick/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/buttafly/legends/new?mapping_id=3" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Processing by Buttafly::LegendsController#new as HTML Parameters: {"mapping_id"=>"3"} Buttafly::Mapping Load (0.3ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."id" = $1 LIMIT 1 [["id", 3]] Buttafly::Spreadsheet Load (0.6ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" WHERE "buttafly_spreadsheets"."id" = $1 LIMIT 1 [["id", 1]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/legends/new.html.haml within layouts/application (8.6ms) Rendered application/_messages.html.haml (0.1ms) Completed 200 OK in 145ms (Views: 138.5ms | ActiveRecord: 0.9ms) Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-09 00:54:17 -0800 ActiveRecord::SchemaMigration Load (2.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2015-01-22 15:01:46 -0800 ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/frederick/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/buttafly" for 127.0.0.1 at 2015-01-22 15:01:51 -0800 Processing by Buttafly::ContentsController#index as HTML Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_form.html.haml (32.1ms) Buttafly::Spreadsheet Load (5.7ms) SELECT "buttafly_spreadsheets".* FROM "buttafly_spreadsheets" ORDER BY "buttafly_spreadsheets"."created_at" DESC, "buttafly_spreadsheets"."created_at" ASC LIMIT 5 OFFSET 0 Buttafly::Mapping Load (2.4ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 6], ["originable_type", "Buttafly::Spreadsheet"]] Buttafly::Legend Load (1.2ms) SELECT "buttafly_legends".* FROM "buttafly_legends" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (103.5ms) Buttafly::Mapping Load (0.6ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 5], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (4.3ms) Buttafly::Mapping Load (0.8ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 4], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.5ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 3], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.9ms) Buttafly::Mapping Load (0.7ms) SELECT "buttafly_mappings".* FROM "buttafly_mappings" WHERE "buttafly_mappings"."originable_id" = $1 AND "buttafly_mappings"."originable_type" = $2 [["originable_id", 2], ["originable_type", "Buttafly::Spreadsheet"]] Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/_content.html.haml (5.6ms)  (0.8ms) SELECT COUNT(*) FROM "buttafly_spreadsheets" Rendered /home/frederick/work/opensource/buttafly/app/views/buttafly/contents/index.html.haml within layouts/application (197.9ms) Rendered application/_messages.html.haml (1.5ms) Completed 200 OK in 634ms (Views: 491.8ms | ActiveRecord: 23.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800 Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2015-01-22 15:01:52 -0800