(2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20140402071855)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402071855"]]  (0.7ms) commit transaction Migrating to CreateTags (20140402072458)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402072458"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTaggings (20140402073702)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taggable_type" varchar(255), "taggable_id" integer, "tag_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_taggings_on_taggable_type_and_taggable_id" ON "taggings" ("taggable_type", "taggable_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402073702"]]  (2.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT version FROM schema_migrations  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT version FROM schema_migrations  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091204"]]  (0.7ms) commit transaction Migrating to CreateWritefullyTags (20140402091244)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.1ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091244"]]  (0.8ms) commit transaction Migrating to CreateWritefullyTaggings (20140402091415)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091415"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091204"]]  (0.9ms) commit transaction Migrating to CreateWritefullyTags (20140402091244)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.1ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091244"]]  (0.8ms) commit transaction Migrating to CreateWritefullyTaggings (20140402091415)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091415"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug")  (0.7ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id")  (0.6ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.9ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.5ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "cover" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091204"]]  (0.8ms) commit transaction Migrating to CreateWritefullyTags (20140402091244)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.1ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091244"]]  (0.5ms) commit transaction Migrating to CreateWritefullyTaggings (20140402091415)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091415"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "cover" varchar(255), "position" integer, "published_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091204"]]  (0.9ms) commit transaction Migrating to CreateWritefullyTags (20140402091244)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.3ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.1ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091244"]]  (0.7ms) commit transaction Migrating to CreateWritefullyTaggings (20140402091415)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091415"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "writefully_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "blurb" varchar(255), "content" text, "type" varchar(255), "slug" varchar(255), "visibility" varchar(255), "cover" varchar(255), "position" integer, "published_at" datetime, "authorship_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" ("authorship_id")  (0.7ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091204"]]  (0.8ms) commit transaction Migrating to CreateWritefullyTags (20140402091244)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "slug" varchar(255), "type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.1ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091244"]]  (0.8ms) commit transaction Migrating to CreateWritefullyTaggings (20140402091415)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "writefully_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402091415"]]  (0.7ms) commit transaction Migrating to CreateWritefullyAuthorships (20140402200330)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "writefully_authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bio" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402200330"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.2ms) BEGIN  (3.2ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" ("authorship_id")  (0.5ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug") SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091204"]]  (0.5ms) COMMIT Migrating to CreateWritefullyTags (20140402091244)  (0.2ms) BEGIN  (2.2ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.6ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091244"]]  (0.4ms) COMMIT Migrating to CreateWritefullyTaggings (20140402091415)  (0.2ms) BEGIN  (1.4ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.5ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091415"]]  (0.4ms) COMMIT Migrating to CreateWritefullyAuthorships (20140402200330)  (0.2ms) BEGIN  (1.4ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "bio" character varying(255), "user_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.9ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402200330"]]  (0.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (115.9ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (235.3ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (1.9ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (5.0ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "bio" character varying(255), "user_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (2.6ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.7ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (0.8ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (1.5ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (0.7ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (2.2ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (0.9ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415') Started GET "/" for 127.0.0.1 at 2014-04-08 16:48:20 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/favicon.ico" for 127.0.0.1 at 2014-04-08 16:48:21 +0700 ActionController::RoutingError (No route matches [GET] "/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (45.1ms) Started GET "/favicon.ico" for 127.0.0.1 at 2014-04-08 16:48:21 +0700 ActionController::RoutingError (No route matches [GET] "/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.4ms) Started GET "/" for 127.0.0.1 at 2014-04-08 16:49:16 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 16:49:17 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 16:49:17 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:49:31 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.3ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (couldn't find file 'refills' (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass:1)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__1004370270181002629_70173397902440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1842480491682782859__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1460453432453216__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (18.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 16:51:31 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (1.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:51:35 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.6ms) Completed 500 Internal Server Error in 12ms LoadError (cannot load such file -- sass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.7ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:51:57 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 8ms LoadError (cannot load such file -- sass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.8ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:51:59 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 6ms LoadError (cannot load such file -- sass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:52:04 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 8ms LoadError (cannot load such file -- sass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:52:32 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:1)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:53:40 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 5ms LoadError (cannot load such file -- sass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___2121657418684598703_70279829827780' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3040700086972669654__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3913053316035153041__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:54:35 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.1ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:1)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__3369756966097310580_70326769390040' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__644715908591510190__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1543097245127229192__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.9ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:55:41 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (1.0ms) Completed 200 OK in 350ms (Views: 347.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 16:55:41 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 16:55:41 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 16:55:41 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:55:52 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.2ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 16:55:52 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 16:55:52 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 16:55:52 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:56:09 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.6ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:56:11 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 16:56:11 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 16:56:11 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 16:56:11 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 16:56:18 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.9ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 16:56:18 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 16:56:18 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 16:56:18 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:05:51 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.3ms) Completed 500 Internal Server Error in 46ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___1580328449170247849_70166936179420' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1718877044316419187__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1792874393110141163__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.8ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:06:16 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___1580328449170247849_70166936179420' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1718877044316419187__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1792874393110141163__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (76.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (87.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:07:41 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.1ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___529532057001814587_70363901103840' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4034101327238745565__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3362076349062995497__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.7ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:25 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (1.1ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:27 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.9ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:28 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:29 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.9ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:29 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.6ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:29 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 103ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.9ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:29 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:08:30 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.2ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' sass (3.2.18) lib/sass/tree/import_node.rb:54:in `block in import' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `each' sass (3.2.18) lib/sass/tree/import_node.rb:53:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3803620001003559552_70304965103280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2776994701371578410__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4343806202291809256__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.8ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:22 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.4ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (18.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:24 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:25 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (82.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (94.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:25 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:26 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:26 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.4ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:26 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (91.2ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:26 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.4ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:27 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:29 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.5ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:30 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (89.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (104.4ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:30 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.1ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:31 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:46 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (couldn't find file 'turbolinks' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:4)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (96.2ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:47 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (couldn't find file 'turbolinks' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:4)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.8ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:48 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (couldn't find file 'turbolinks' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:4)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (81.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (95.7ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:11:57 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `environment' for nil:NilClass (in /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/application.sass)): 2: 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' sass-rails (4.0.1) lib/sass/rails/importer.rb:27:in `find_relative' sass (3.2.18) lib/sass/tree/import_node.rb:48:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.12.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb__4276262940068058755_70310275988600' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__992463385794450738__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1293772555338777573__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.2ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:16:22 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.1ms) Completed 500 Internal Server Error in 1634ms ActionView::Template::Error (couldn't find file 'turbolinks' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:4)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `new' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___3482843150413437826_70349792096380' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3225536524859387187__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2494775197260077821__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (15.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.5ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:17:14 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (2.3ms) Completed 500 Internal Server Error in 60ms ActionView::Template::Error (couldn't find file 'application/loader' (in /Users/zacksiri/Repositories/writefully/app/assets/javascripts/writefully/application.coffee:8)): 3: 4: Blah 5: <%= stylesheet_link_tag "writefully/application", media: "all" %> 6: <%= javascript_include_tag "writefully/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `new' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/zacksiri/Repositories/writefully/app/views/layouts/writefully/application.html.erb:6:in `___sers_zacksiri__epositories_writefully_app_views_layouts_writefully_application_html_erb___1490655204529053353_70339225837300' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4605018360954698870__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1857261342160466823__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:17:25 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 3262ms (Views: 3260.7ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:28 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:29 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:17:53 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:54 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:17:55 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.6ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:18:19 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:45:32 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.3ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:33 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/writefully/application.css?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/writefully/application/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/writefully/application/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/writefully/application/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/writefully/application/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:39 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:40 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:40 +0700 Started GET "/assets/writefully/application.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:40 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:40 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:45:40 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:46:28 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 973ms (Views: 972.2ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:46:32 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Processing by Writefully::SitesController#index as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/sites/index.html.erb within layouts/writefully/application (0.6ms) Completed 200 OK in 14ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:22 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 17:55:23 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 18:18:01 +0700 Processing by Writefully::SitesController#index as HTML Completed 500 Internal Server Error in 17ms NoMethodError (undefined method `redirec_to' for #): /Users/zacksiri/Repositories/writefully/app/controllers/writefully/sites_controller.rb:6:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4445325470825728997__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__90811346735689252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Processing by Writefully::SitesController#index as HTML Redirected to http://localhost:3000/writefully/authorships/new Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/writefully/authorships/new" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Processing by Writefully::AuthorshipsController#new as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/authorships/new.html.erb within layouts/writefully/application (0.3ms) Completed 200 OK in 127ms (Views: 92.3ms | ActiveRecord: 27.6ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:18:08 +0700 Started GET "/writefully/authorships/new" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Processing by Writefully::AuthorshipsController#new as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/authorships/new.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:20:43 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:20:46 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.5ms) Started GET "/" for 127.0.0.1 at 2014-04-08 18:21:55 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 18:21:59 +0700 Processing by Writefully::SitesController#index as HTML Redirected to http://localhost:3000/writefully/setup Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:21:59 +0700 AbstractController::ActionNotFound (The action 'show' could not be found for Writefully::SetupsController): actionpack (4.0.4) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__90811346735689252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.8ms) Completed 200 OK in 20ms (Views: 9.5ms | ActiveRecord: 3.7ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:22:27 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.4ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:24:03 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.2ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.4ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:24:13 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (20.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.3ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:29 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:30 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:30 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:30 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:24:30 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:24:30 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.9ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:25:42 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.3ms) WARNING on line 1 of /Users/zacksiri/Repositories/writefully/app/assets/stylesheets/writefully/setups.sass: This selector doesn't have any properties and will not be rendered. Completed 200 OK in 379ms (Views: 377.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:25:43 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.2ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 332ms (Views: 330.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:26:41 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:26:52 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 338ms (Views: 337.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:26:53 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:27:12 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 392ms (Views: 391.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:27:13 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:27:17 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 329ms (Views: 328.8ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:27:17 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:27:18 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.0ms) Completed 200 OK in 333ms (Views: 332.7ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 18:27:21 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 18:27:22 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.3ms) Completed 200 OK in 13ms (Views: 6.6ms | ActiveRecord: 1.9ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 19:31:26 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.2ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:31:56 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.3ms) Completed 200 OK in 341ms (Views: 340.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 19:31:57 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 410ms (Views: 408.9ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 19:32:02 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (47.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (65.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.4ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 Started GET "/assets/writefully/bootstrap.css.map" for 127.0.0.1 at 2014-04-08 19:32:42 +0700 ActionController::RoutingError (No route matches [GET] "/assets/writefully/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:36:53 +0700 Processing by Writefully::SetupsController#show as HTML  (2.4ms) SELECT COUNT(*) FROM "writefully_authorships" PG::UndefinedTable: ERROR: relation "writefully_sites" does not exist LINE 5: WHERE a.attrelid = '"writefully_sites"'::regc... ^ : 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 = '"writefully_sites"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 12ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_sites" does not exist LINE 5: WHERE a.attrelid = '"writefully_sites"'::regc... ^ : 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 = '"writefully_sites"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:6:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__1184312534401979041__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__90811346735689252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms) Started GET "/" for 127.0.0.1 at 2014-04-08 19:37:02 +0700 Processing by Rails::WelcomeController#index as HTML Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 19:37:14 +0700 Processing by Writefully::SitesController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships" PG::UndefinedTable: ERROR: relation "writefully_sites" does not exist LINE 5: WHERE a.attrelid = '"writefully_sites"'::regc... ^ : 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 = '"writefully_sites"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 10ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_sites" does not exist LINE 5: WHERE a.attrelid = '"writefully_sites"'::regc... ^ : 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 = '"writefully_sites"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:6:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4445325470825728997__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__90811346735689252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.2ms) BEGIN  (3.1ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" ("site_id")  (0.6ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" ("authorship_id")  (0.6ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug")  (0.7ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" ("translation_source_id") SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091204"]]  (0.6ms) COMMIT Migrating to CreateWritefullyTags (20140402091244)  (0.2ms) BEGIN  (2.1ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.5ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091244"]]  (0.5ms) COMMIT Migrating to CreateWritefullyTaggings (20140402091415)  (0.2ms) BEGIN  (1.5ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.4ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091415"]]  (0.4ms) COMMIT Migrating to CreateWritefullyAuthorships (20140402200330)  (0.3ms) BEGIN  (2.5ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "site_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.9ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" ("user_id")  (0.6ms) CREATE INDEX "index_writefully_authorships_on_site_id" ON "writefully_authorships" ("site_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402200330"]]  (0.4ms) COMMIT Migrating to CreateWritefullySites (20140403181629)  (0.3ms) BEGIN  (2.7ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "access_token" character varying(255), "branch" character varying(255) DEFAULT 'master', "repository" hstore, "domain" character varying(255), "processing" boolean, "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)   (1.5ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.8ms) CREATE INDEX "index_writefulyl_sites_on_owner_id" ON "writefulyl_sites" ("owner_id") PG::UndefinedTable: ERROR: relation "writefulyl_sites" does not exist : CREATE INDEX "index_writefulyl_sites_on_owner_id" ON "writefulyl_sites" ("owner_id")  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullySites (20140403181629)  (0.2ms) BEGIN  (3.4ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "access_token" character varying(255), "branch" character varying(255) DEFAULT 'master', "repository" hstore, "domain" character varying(255), "processing" boolean, "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)   (1.1ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.6ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" ("owner_id") SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140403181629"]]  (0.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/writefully" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SitesController#index as HTML  (0.9ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.5ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 38ms (ActiveRecord: 10.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.7ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.5ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (1.0ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.5ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.7ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:37 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.6ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.5ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 1.2ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.6ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:38 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.5ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.5ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 1.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.2ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.3ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:38:42 +0700 Processing by Writefully::SetupsController#show as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:06 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:07 +0700 Processing by Writefully::SetupsController#show as HTML Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.9ms) Completed 200 OK in 145ms (Views: 139.1ms | ActiveRecord: 1.7ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:37 +0700 Started GET "/writefully" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Processing by Writefully::SitesController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.2ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 2.1ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.1ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 19:39:43 +0700  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:19:42 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 26ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__2505660088536800650__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3063744572558342124__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) Started GET "/favicon.ico" for 127.0.0.1 at 2014-04-08 23:19:42 +0700 ActionController::RoutingError (No route matches [GET] "/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.5ms) Started GET "/favicon.ico" for 127.0.0.1 at 2014-04-08 23:19:42 +0700 ActionController::RoutingError (No route matches [GET] "/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.3ms) ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:20:01 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 20ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__578438547418982330__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3189491447920905422__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:20:02 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 1ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__578438547418982330__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3189491447920905422__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:20:03 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 1ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__578438547418982330__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3189491447920905422__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:20:03 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 1ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__578438547418982330__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3189491447920905422__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:20:03 +0700 Processing by Writefully::SitesController#index as HTML PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 1ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "writefully_authorships" does not exist LINE 5: WHERE a.attrelid = '"writefully_authorships"'... ^ : 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 = '"writefully_authorships"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `async_exec' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:791:in `exec_no_cache' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql_adapter.rb:930:in `column_definitions' activerecord (4.0.4) lib/active_record/connection_adapters/postgresql/schema_statements.rb:187:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.4) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.4) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.4) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.4) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.4) lib/active_record/querying.rb:12:in `count' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/application_controller.rb:4:in `from_scratch?' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__578438547418982330__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3189491447920905422__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.2ms) BEGIN  (3.9ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" ("site_id")  (0.6ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" ("authorship_id")  (0.6ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug")  (0.5ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" ("translation_source_id") SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091204"]]  (0.4ms) COMMIT Migrating to CreateWritefullyTags (20140402091244)  (0.2ms) BEGIN  (2.2ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.5ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091244"]]  (0.4ms) COMMIT Migrating to CreateWritefullyTaggings (20140402091415)  (0.2ms) BEGIN  (1.3ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.5ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091415"]]  (0.4ms) COMMIT Migrating to CreateWritefullyAuthorships (20140402200330)  (0.2ms) BEGIN  (2.1ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402200330"]]  (0.3ms) COMMIT Migrating to CreateWritefullySites (20140403181629)  (0.2ms) BEGIN  (2.2ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "access_token" character varying(255), "branch" character varying(255) DEFAULT 'master', "repository" hstore, "domain" character varying(255), "processing" boolean, "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (4.0ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.6ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" ("owner_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140403181629"]]  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/writefully" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Processing by Writefully::SitesController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 29ms (ActiveRecord: 6.8ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (0.9ms) Completed 200 OK in 127ms (Views: 126.2ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:21:14 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:21:51 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (41.9ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (44.5ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `authorships_path' for #<#:0x007feb27130208>): 1: <%= form_for @authorship do |f| %> 2: 3: <% end %> actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:1:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323974918700' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups_show_html_erb__3182585377986887861_70323974820740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4416563889713511782__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3526902361937120949__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:22:41 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (4.0ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (4.6ms) Completed 200 OK in 15ms (Views: 9.9ms | ActiveRecord: 1.4ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:22:41 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:41 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:41 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:41 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:22:42 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.1ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (1.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:27:04 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (11.9ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (12.6ms) Completed 200 OK in 24ms (Views: 18.1ms | ActiveRecord: 1.4ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:54 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:30:55 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:30 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:35 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.8ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:31:57 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:04 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (6.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (7.1ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:18 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:25 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:26 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.7ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:32:45 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:34:12 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.9ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (3.4ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:13 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.0ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.0ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:28 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.3ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (1.9ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:34:40 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:37:01 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (0.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (1.2ms) Completed 500 Internal Server Error in 3ms SyntaxError (/Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): actionpack (4.0.4) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.4) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups_show_html_erb__3182585377986887861_70323976002440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4416563889713511782__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3526902361937120949__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:37:07 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (38.7ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (39.7ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined method `field_set' for #<#:0x007feb27292ad8>): 1: <%= form_for @authorship, html: { class: 'form-horizontal', role: 'form' } do |f| %> 2: <%= f.fields_for :data do |d| %> 3: <%= field_set "Github" do %> 4:
5:
6: <%= d.text_field :user_name, class: 'form-control', placeholder: 'Username' %> /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:3:in `block (2 levels) in ___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323975561060' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:2:in `block in ___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323975561060' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:1:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323975561060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups_show_html_erb__3182585377986887861_70323976002440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4416563889713511782__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3526902361937120949__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:37:12 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (7.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (8.1ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `fieldset' for #<#:0x007feb26d3bf08>): 1: <%= form_for @authorship, html: { class: 'form-horizontal', role: 'form' } do |f| %> 2: <%= f.fields_for :data do |d| %> 3: <%= fieldset "Github" do %> 4:
5:
6: <%= d.text_field :user_name, class: 'form-control', placeholder: 'Username' %> /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:3:in `block (2 levels) in ___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323972752320' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:2:in `block in ___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323972752320' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:1:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups__form_html_erb__4047082409575598824_70323972752320' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups_show_html_erb__3182585377986887861_70323976002440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4416563889713511782__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3526902361937120949__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.0ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:37:35 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.4ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:38:07 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:40:59 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:06 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:07 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:41:24 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.2ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:25 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:28 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 338ms (Views: 337.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:53 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:41:54 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.2ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:42:29 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.5ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:45:59 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (4.9ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (5.6ms) Completed 200 OK in 16ms (Views: 10.9ms | ActiveRecord: 1.4ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:13 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:14 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.7ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.5ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:57:50 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:59:18 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (0.6ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (1.3ms) Completed 500 Internal Server Error in 3ms SyntaxError (/Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb:22: syntax error, unexpected tLABEL, expecting '=' ...uffer.append=( f.submit, class: 'btn btn-default' );@output_... ... ^): actionpack (4.0.4) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.4) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb:5:in `___sers_zacksiri__epositories_writefully_app_views_writefully_setups_show_html_erb__3182585377986887861_70323976002440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4416563889713511782__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3526902361937120949__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.6ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.3ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:27 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.7ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.3ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:32 +0700 Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Processing by Writefully::SetupsController#show as HTML Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/_form.html.erb (1.9ms) Rendered /Users/zacksiri/Repositories/writefully/app/views/writefully/setups/show.html.erb within layouts/writefully/application (2.7ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/writefully/writefully.css?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/error.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/request.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/response.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/presenter.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/service.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder/init.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/transponder.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/writefully/writefully/initializers/setup.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/writefully/writefully/initializers/boot.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/writefully/writefully/initializers/manifest.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/writefully/writefully/loader.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/assets/writefully/writefully.js?body=1" for 127.0.0.1 at 2014-04-08 23:59:40 +0700 Started GET "/users/auth/github?code=22569c25e5515a9055c9" for 127.0.0.1 at 2014-04-09 00:11:46 +0700 ActionController::RoutingError (No route matches [GET] "/users/auth/github"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.3ms) Started GET "/users/auth/github?code=257dc157a227952f4c41" for 127.0.0.1 at 2014-04-09 00:21:06 +0700 ActionController::RoutingError (No route matches [GET] "/users/auth/github"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (56.6ms) Started GET "/writefully" for 127.0.0.1 at 2014-04-09 11:26:22 +0700 Processing by Writefully::SitesController#index as HTML  (1.0ms) SELECT COUNT(*) FROM "writefully_authorships"  (0.4ms) SELECT COUNT(*) FROM "writefully_sites" Redirected to http://localhost:3000/writefully/setup Filter chain halted as # rendered or redirected Completed 302 Found in 81ms (ActiveRecord: 35.2ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:26:23 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4115596554107215872__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1308055334021336823__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.4ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:26:59 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4115596554107215872__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1308055334021336823__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:27:03 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4115596554107215872__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1308055334021336823__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:27:03 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__4115596554107215872__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1308055334021336823__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:27:43 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 15ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__3633773655451950649__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2082035837986511785__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started GET "/writefully/setup" for 127.0.0.1 at 2014-04-09 11:27:53 +0700 Processing by Writefully::SetupsController#show as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/zacksiri/Repositories/writefully/lib/writefully.rb:24:in `github_app' /Users/zacksiri/Repositories/writefully/app/controllers/writefully/setups_controller.rb:6:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__3633773655451950649__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241: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.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2082035837986511785__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)  (114.9ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (251.1ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (1.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (7.2ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "created_at" timestamp, "updated_at" timestamp)   (1.1ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (4.1ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (1.1ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (1.2ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" USING btree ("site_id")  (1.3ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (1.0ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" USING btree ("translation_source_id")  (3.4ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "access_token" character varying(255), "branch" character varying(255) DEFAULT 'master', "repository" hstore, "domain" character varying(255), "processing" boolean, "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.8ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" USING btree ("owner_id")  (1.2ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (1.6ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.7ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (0.8ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (2.2ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (0.6ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (0.7ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181629')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330')  (110.0ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (227.5ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (1.0ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (5.1ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (2.6ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.7ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (0.6ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" USING btree ("site_id")  (0.8ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (0.6ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" USING btree ("translation_source_id")  (2.2ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "access_token" character varying(255), "branch" character varying(255) DEFAULT 'master', "repository" hstore, "domain" character varying(255), "processing" boolean, "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.6ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" USING btree ("owner_id")  (1.3ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (1.6ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (0.7ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (2.0ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (0.7ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181629')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330')  (113.6ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (235.4ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (1.7ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (6.7ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (2.4ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (0.7ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" USING btree ("site_id")  (1.1ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (0.7ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" USING btree ("translation_source_id")  (2.4ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "branch" character varying(255) DEFAULT 'master', "slug" character varying(255), "repository" hstore, "domain" character varying(255), "processing" boolean DEFAULT 't', "healthy" boolean DEFAULT 'f', "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" USING btree ("owner_id")  (1.2ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.8ms) CREATE UNIQUE INDEX "index_writefully_sites_on_slug" ON "writefully_sites" USING btree ("slug")  (1.6ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (0.8ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (2.3ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (0.8ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181629')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330')  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.1ms) BEGIN  (2.9ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" ("site_id")  (0.5ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" ("authorship_id")  (0.6ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" ("slug")  (0.6ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" ("translation_source_id") SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091204"]]  (0.5ms) COMMIT Migrating to CreateWritefullyTags (20140402091244)  (0.2ms) BEGIN  (2.1ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" ("slug")  (0.5ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" ("type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091244"]]  (0.4ms) COMMIT Migrating to CreateWritefullyTaggings (20140402091415)  (0.2ms) BEGIN  (1.4ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)   (0.5ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" ("tag_id")  (0.5ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" ("post_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402091415"]]  (0.3ms) COMMIT Migrating to CreateWritefullyAuthorships (20140402200330)  (0.2ms) BEGIN  (2.0ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "role" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.6ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140402200330"]]  (0.4ms) COMMIT Migrating to CreateWritefullySites (20140403181629)  (0.3ms) BEGIN  (2.4ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "branch" character varying(255) DEFAULT 'master', "slug" character varying(255), "repository" hstore, "domain" character varying(255), "processing" boolean DEFAULT 't', "healthy" boolean DEFAULT 'f', "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.5ms) CREATE UNIQUE INDEX "index_writefully_sites_on_slug" ON "writefully_sites" ("slug")  (1.1ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.5ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" ("owner_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140403181629"]]  (0.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (115.5ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (237.1ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (1.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (6.8ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "role" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (1.2ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (4.2ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (1.1ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (1.0ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" USING btree ("site_id")  (0.9ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (0.7ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" USING btree ("translation_source_id")  (2.7ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "branch" character varying(255) DEFAULT 'master', "slug" character varying(255), "repository" hstore, "domain" character varying(255), "processing" boolean DEFAULT 't', "healthy" boolean DEFAULT 'f', "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" USING btree ("owner_id")  (1.2ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (0.7ms) CREATE UNIQUE INDEX "index_writefully_sites_on_slug" ON "writefully_sites" USING btree ("slug")  (1.5ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.7ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (0.7ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (2.2ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.8ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (0.6ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181629')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330')  (5.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.2ms) BEGIN  (0.5ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)  PG::UndefinedObject: ERROR: type "hstore" does not exist LINE 1: ...character varying(255), "content" text, "details" hstore, "p... ^ : CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWritefullyPosts (20140402091204)  (0.2ms) BEGIN  (0.6ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)  PG::UndefinedObject: ERROR: type "hstore" does not exist LINE 1: ...character varying(255), "content" text, "details" hstore, "p... ^ : CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)  (0.3ms) ROLLBACK  (122.0ms) DROP DATABASE IF EXISTS "writefully_dummy_development"  (116.7ms) DROP DATABASE IF EXISTS "writefully_dummy_test"  (235.0ms) CREATE DATABASE "writefully_dummy_development" ENCODING = 'utf8'  (233.8ms) CREATE DATABASE "writefully_dummy_test" ENCODING = 'utf8' SQL (2.0ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (40.1ms) CREATE EXTENSION IF NOT EXISTS "hstore"  (12.9ms) CREATE TABLE "writefully_authorships" ("id" serial primary key, "user_id" integer, "data" hstore, "role" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (1.4ms) CREATE INDEX "index_writefully_authorships_on_user_id" ON "writefully_authorships" USING btree ("user_id")  (7.8ms) CREATE TABLE "writefully_posts" ("id" serial primary key, "title" character varying(255), "slug" character varying(255), "type" character varying(255), "content" text, "details" hstore, "published_at" timestamp, "position" integer, "locale" character varying(255) DEFAULT 'en', "translation_source_id" integer, "site_id" integer, "authorship_id" integer, "created_at" timestamp, "updated_at" timestamp)   (2.8ms) CREATE INDEX "index_writefully_posts_on_authorship_id" ON "writefully_posts" USING btree ("authorship_id")  (1.7ms) CREATE INDEX "index_writefully_posts_on_site_id" ON "writefully_posts" USING btree ("site_id")  (1.8ms) CREATE UNIQUE INDEX "index_writefully_posts_on_slug" ON "writefully_posts" USING btree ("slug")  (1.6ms) CREATE INDEX "index_writefully_posts_on_translation_source_id" ON "writefully_posts" USING btree ("translation_source_id")  (5.9ms) CREATE TABLE "writefully_sites" ("id" serial primary key, "name" character varying(255), "branch" character varying(255) DEFAULT 'master', "slug" character varying(255), "repository" hstore, "domain" character varying(255), "processing" boolean DEFAULT 't', "healthy" boolean DEFAULT 'f', "owner_id" integer, "created_at" timestamp, "updated_at" timestamp)  (3.1ms) CREATE INDEX "index_writefully_sites_on_owner_id" ON "writefully_sites" USING btree ("owner_id")  (3.4ms) CREATE INDEX "index_writefully_sites_on_repository" ON "writefully_sites" USING gin ("repository")  (2.2ms) CREATE UNIQUE INDEX "index_writefully_sites_on_slug" ON "writefully_sites" USING btree ("slug")  (4.5ms) CREATE TABLE "writefully_taggings" ("id" serial primary key, "tag_id" integer, "post_id" integer, "created_at" timestamp, "updated_at" timestamp)  (2.1ms) CREATE INDEX "index_writefully_taggings_on_post_id" ON "writefully_taggings" USING btree ("post_id")  (1.5ms) CREATE INDEX "index_writefully_taggings_on_tag_id" ON "writefully_taggings" USING btree ("tag_id")  (5.8ms) CREATE TABLE "writefully_tags" ("id" serial primary key, "name" character varying(255), "slug" character varying(255), "type" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (1.6ms) CREATE UNIQUE INDEX "index_writefully_tags_on_slug" ON "writefully_tags" USING btree ("slug")  (2.6ms) CREATE INDEX "index_writefully_tags_on_type" ON "writefully_tags" USING btree ("type")  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.9ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181629')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091204')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091244')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402091415')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402200330') ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTrashedToPosts (20140501094825)  (0.2ms) BEGIN  (0.5ms) ALTER TABLE "posts" ADD COLUMN "trashed" boolean DEFAULT 'f' PG::UndefinedTable: ERROR: relation "posts" does not exist : ALTER TABLE "posts" ADD COLUMN "trashed" boolean DEFAULT 'f'  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTrashedToPosts (20140501094825)  (0.2ms) BEGIN  (10.1ms) ALTER TABLE "writefully_posts" ADD COLUMN "trashed" boolean DEFAULT 'f' SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140501094825"]]  (1.2ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) 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"