(0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (17.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateEffectiveEmailTemplates (1)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "email_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) NOT NULL, "from" varchar(255) NOT NULL, "bcc" varchar(255), "cc" varchar(255), "body" text NOT NULL, "template" text NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.8ms) commit transaction Migrating to DeviseCreateUsers (20141126222940)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141126222940"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (1.0ms) CREATE TABLE "email_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) NOT NULL, "from" varchar(255) NOT NULL, "bcc" varchar(255), "cc" varchar(255), "body" text NOT NULL, "template" text NOT NULL)   (1.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.7ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) 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 ('20141126222940')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20141126222940)  (0.0ms) begin transaction  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.3ms) DROP INDEX "index_users_on_reset_password_token"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.7ms) DROP INDEX "index_users_on_email"  (0.2ms) DROP TABLE "users" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20141126222940'  (0.8ms) 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.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateEffectiveEmailTemplates (1)  (0.0ms) begin transaction  (0.4ms) DROP TABLE "email_templates" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '1'  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20141126222940)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141126222940"]]  (8.8ms) commit transaction Migrating to CreateEffectiveEmailTemplates (20141126222941) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateEffectiveEmailTemplates (20141126222941)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "email_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) NOT NULL, "from" varchar(255) NOT NULL, "bcc" varchar(255), "cc" varchar(255), "slug" varchar(255) NOT NULL, "body" text NOT NULL, "template" text NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_email_templates_on_slug" ON "email_templates" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141126222941"]]  (8.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_email_templates_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_email_templates_on_slug' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  Started GET "/" for 127.0.0.1 at 2014-12-10 11:43:18 -0700 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.1.8) lib/active_record/migration.rb:389:in `check_pending!' activerecord (4.1.8) lib/active_record/migration.rb:377:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.4ms) Started GET "/" for 127.0.0.1 at 2014-12-10 11:43:18 -0700 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.1.8) lib/active_record/migration.rb:389:in `check_pending!' activerecord (4.1.8) lib/active_record/migration.rb:377:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.4ms) select sqlite_version(*)  (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 DeviseCreateUsers (20141126222940)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141126222940"]]  (0.8ms) commit transaction Migrating to CreateEffectiveEmailTemplates (20141126222941)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "email_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255), "from" varchar(255), "bcc" varchar(255), "cc" varchar(255), "slug" varchar(255) NOT NULL, "body" text NOT NULL, "template" text NOT NULL)   (0.2ms) CREATE INDEX "index_email_templates_on_slug" ON "email_templates" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141126222941"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_email_templates_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_email_templates_on_slug' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' Started GET "/" for 127.0.0.1 at 2014-12-10 11:43:41 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (2.8ms) Completed 200 OK in 61ms (Views: 60.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 11:43:41 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 11:43:41 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 11:43:50 -0700 Processing by Admin::EmailTemplatesController#index as HTML Completed 401 Unauthorized in 7ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-12-10 11:43:50 -0700 Processing by Devise::SessionsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (1.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (21.2ms) Completed 200 OK in 58ms (Views: 47.4ms | ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-12-10 11:43:59 -0700 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/registrations/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2014-12-10 11:44:13 -0700 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pzt7wXxsZRHsgwFng39tr3tge4BLnXWproBrMvyXyYs=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-10 18:44:13.420594"], ["email", "nathan@agilestyle.com"], ["encrypted_password", "$2a$10$Jx/ZVY5L0zUT5qfdp7seJOTMRtGt/6ViYpWgHEr6GN1itFKbv23Ze"], ["updated_at", "2014-12-10 18:44:13.420594"]] Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 CACHE (0.0ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 UserLiquidMailer#after_create_user: processed outbound mail in 76.8ms  (0.5ms) rollback transaction Completed 500 Internal Server Error in 176ms ActionView::MissingTemplate (Missing template user_liquid_mailer/after_create_user with "mailer". Searched in: * "user_liquid_mailer" ): app/mailers/user_liquid_mailer.rb:3:in `after_create_user' app/models/user.rb:16:in `after_create' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.8ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 11:44:29 -0700 Processing by Admin::EmailTemplatesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-12-10 11:44:29 -0700 Processing by Devise::SessionsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2014-12-10 11:44:40 -0700 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pzt7wXxsZRHsgwFng39tr3tge4BLnXWproBrMvyXyYs=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' ORDER BY "users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 3ms Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pzt7wXxsZRHsgwFng39tr3tge4BLnXWproBrMvyXyYs=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 96ms (Views: 21.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-10 18:45:41.336601"], ["email", "nathan@agilestyle.com"], ["encrypted_password", "$2a$10$Pdx7Wz0G6m4hfifSYQpsjOD/TMQ256GVr.jRZSE.sG/h3sTJQCWeK"], ["updated_at", "2014-12-10 18:45:41.336601"]] Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 UserLiquidMailer#after_create_user: processed outbound mail in 81.0ms  (8.4ms) rollback transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-10 18:47:04.748953"], ["email", "nathan@agilestyle.com"], ["encrypted_password", "$2a$10$1D0RLHg.cTguTLxfE2c4HeVFNPhsl.devlVqfytGIGK4dBxZ6aIzm"], ["updated_at", "2014-12-10 18:47:04.748953"]]  (8.3ms) commit transaction Started POST "/users/sign_in" for 127.0.0.1 at 2014-12-10 11:47:23 -0700 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pzt7wXxsZRHsgwFng39tr3tge4BLnXWproBrMvyXyYs=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' ORDER BY "users"."id" ASC LIMIT 1  (0.1ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.3ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["current_sign_in_at", "2014-12-10 18:47:23.807317"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2014-12-10 18:47:23.807317"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2014-12-10 18:47:23.808245"]]  (8.7ms) commit transaction Redirected to http://localhost:3001/admin/email_templates Completed 302 Found in 105ms (ActiveRecord: 9.8ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 11:47:23 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (4.1ms) Completed 200 OK in 38ms (Views: 27.4ms | ActiveRecord: 0.5ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-10 11:47:27 -0700 Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (30.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (34.0ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined method `simple_form_for' for #<#:0x00000102d09a78>): 1: = simple_form_for email_template, url: email_template_form_url(email_template) do |f| 2: = f.input :slug 3: = f.input :from 4: = f.input :cc /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml:1:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates__form_html_haml__1986964860319181980_2171073060' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.8) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.8) lib/action_view/helpers/rendering_helper.rb:32:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml:3:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates_new_html_haml__1659651300201941607_2171077060' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.8) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.8) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.8) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.8) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.8) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.8) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.8) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.8) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.8) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.8) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/railtie.rb:194:in `public_send' railties (4.1.8) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.8) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.8) lib/active_record/migration.rb:380:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-10 11:57:41 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (21.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (29.0ms) Completed 500 Internal Server Error in 100ms ActionView::Template::Error (undefined method `simple_form_for' for #<#:0x000001023119a8>): 1: = simple_form_for email_template, url: email_template_form_url(email_template) do |f| 2: = f.input :slug 3: = f.input :from 4: = f.input :cc /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml:1:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates__form_html_haml__2592957876847378995_2171705840' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.8) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.8) lib/action_view/helpers/rendering_helper.rb:32:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml:3:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates_new_html_haml__3103210541676736381_2165656540' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.8) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.8) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.8) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.8) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.8) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.8) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.8) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.8) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.8) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.8) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/railtie.rb:194:in `public_send' railties (4.1.8) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.8) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.8) lib/active_record/migration.rb:380:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.9ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-10 11:58:06 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (90.5ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (101.3ms) Completed 200 OK in 204ms (Views: 136.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 11:58:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 11:58:07 -0700 Started POST "/admin/email_templates" for 127.0.0.1 at 2014-12-10 12:02:44 -0700 Processing by Admin::EmailTemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8A6UKDPN6O1+JE24LLZ/a60kH7Z86bZukApnn9fM3KU=", "effective_email_template"=>{"slug"=>"after_create_user", "from"=>"nathan@agilestyle.com", "cc"=>"", "bcc"=>"", "subject"=>"Welcome Test App User", "body"=>"Dear Test User,\r\n\r\nThis is a test email template. Doesn't that sound exciting?\r\n\r\nStare at ceiling chase ball of string use lap as chair, yet mark territory. Attack feet stick butt in face stretch vommit food and eat it again but spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Give attitude stretch, or find empty spot in cupboard and sleep all day always hungry poop on grasses for sleep on keyboard. Chew foot find empty spot in cupboard and sleep all day eat grass, throw it back up so peer out window, chatter at birds, lure them to mouth but has closed eyes but still sees you. Present belly, scratch hand when stroked. Burrow under covers chase laser. Burrow under covers kick up litter yet destroy couch, yet chew iPad power cord, yet chase imaginary bugs, yet have secret plans but lick arm hair. Intrigued by the shower claw drapes. Stand in front of the computer screen always hungry but stick butt in face, yet shove bum in owner's face like camera lens chase ball of string. Chase laser chase imaginary bugs. Find something else more interesting. Play riveting piece on synthesizer keyboard scamper plan steps for world domination. Destroy couch intently sniff hand sun bathe. Rub face on everything use lap as chair, so destroy couch loves cheeseburgers lick butt. Give attitude chase ball of string. Chew foot meowing non stop for food so bathe private parts with tongue then lick owner's face and leave dead animals as gifts chase laser. Need to chase tail chase mice, so lick butt hide when guests come over. Bathe private parts with tongue then lick owner's face hide when guests come over chew foot. Find something else more interesting stare at the wall, play with food and get confused by dust so sit in box for i like big cats and i can not lie and hunt by meowing loudly at 5am next to human slave food dispenser. Meow all night having their mate disturbing sleeping humans purr for no reason, sit in box inspect anything brought into the house. Throwup on your pillow lick arm hair, intrigued by the shower. Climb leg shake treat bag, but eat grass, throw it back up, but spread kitty litter all over house yet stand in front of the computer screen. Have secret plans. Leave dead animals as gifts claw drapes, but hate dog i like big cats and i can not lie all of a sudden cat goes crazy, yet hunt by meowing loudly at 5am next to human slave food dispenser lick arm hair. \r\n\r\nSpot something, big eyes, big eyes, crouch, shake butt, prepare to pounce under the bed, bathe private parts with tongue then lick owner's face for have secret plans under the bed under the bed chase laser. Kick up litter scratch the furniture. Chew on cable stick butt in face, or scratch the furniture yet stare at ceiling stare at ceiling, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Lick butt. See owner, run in terror intently sniff hand, spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce stick butt in face. Intrigued by the shower shake treat bag, or give attitude, or sleep in the bathroom sink for chase ball of string so destroy couch, for present belly, scratch hand when stroked. Under the bed leave fur on owners clothes, and swat at dog, and vommit food and eat it again. Chase dog then run away. Favor packaging over toy present belly, scratch hand when stroked attack feet kick up litter or eat grass, throw it back up leave fur on owners clothes and chase imaginary bugs. Roll on the floor purring your whiskers off hunt anything that moves run in circles, for bathe private parts with tongue then lick owner's face so chase dog then run away spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Stick butt in face meow all night having their mate disturbing sleeping humans eat grass, throw it back up so if it fits, i sits. Love to play with owner's hair tie cat snacks find empty spot in cupboard and sleep all day. Chase dog then run away meowing non stop for food sleep nap roll on the floor purring your whiskers off so purr while eating. Leave dead animals as gifts throwup on your pillow, but chase dog then run away, but hunt anything that moves, so chase imaginary bugs, or chew iPad power cord. Play time i like big cats and i can not lie but spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Bathe private parts with tongue then lick owner's face mark territory poop on grasses, nap all day. Always hungry why must they do that, but hunt by meowing loudly at 5am next to human slave food dispenser. \r\n\r\nIntently stare at the same spot burrow under covers, yet why must they do that. Loves cheeseburgers present belly, scratch hand when stroked hate dog all of a sudden cat goes crazy leave hair everywhere why must they do that, or chase laser. Scamper plan steps for world domination has closed eyes but still sees you. Chew on cable scamper for hunt anything that moves missing until dinner time. Favor packaging over toy chew iPad power cord missing until dinner time, for roll on the floor purring your whiskers off sleep nap hunt anything that moves. Swat at dog claw drapes, meowing non stop for food. Intrigued by the shower chase laser but why must they do that. Kick up litter chase imaginary bugs all of a sudden cat goes crazy purr while eating so purr for no reason flop over. Peer out window, chatter at birds, lure them to mouth roll on the floor purring your whiskers off for claws in your leg, but give attitude. Under the bed stare at ceiling, but all of a sudden cat goes crazy loves cheeseburgers, or has closed eyes but still sees you if it fits, i sits. All of a sudden cat goes crazy climb leg, or purr for no reason hide at bottom of staircase to trip human claws in your leg but hunt by meowing loudly at 5am next to human slave food dispenser meow all night having their mate disturbing sleeping humans. Behind the couch if it fits, i sits play riveting piece on synthesizer keyboard chew foot, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce, but sleep in the bathroom sink or vommit food and eat it again. Leave dead animals as gifts hack up furballs kick up litter, for who's the baby, but hack up furballs hide when guests come over. Intrigued by the shower have secret plans. Chase ball of string kick up litter so if it fits, i sits and stare at the wall, play with food and get confused by dust chew iPad power cord. Shake treat bag run in circles, so give attitude plan steps for world domination, and sleep in the bathroom sink. \r\n"}, "commit"=>"Create Email template"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1  (0.2ms) begin transaction Effective::EmailTemplate Exists (0.1ms) SELECT 1 AS one FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 SQL (0.5ms) INSERT INTO "email_templates" ("bcc", "body", "cc", "from", "slug", "subject", "template") VALUES (?, ?, ?, ?, ?, ?, ?) [["bcc", ""], ["body", "Dear Test User,\r\n\r\nThis is a test email template. Doesn't that sound exciting?\r\n\r\nStare at ceiling chase ball of string use lap as chair, yet mark territory. Attack feet stick butt in face stretch vommit food and eat it again but spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Give attitude stretch, or find empty spot in cupboard and sleep all day always hungry poop on grasses for sleep on keyboard. Chew foot find empty spot in cupboard and sleep all day eat grass, throw it back up so peer out window, chatter at birds, lure them to mouth but has closed eyes but still sees you. Present belly, scratch hand when stroked. Burrow under covers chase laser. Burrow under covers kick up litter yet destroy couch, yet chew iPad power cord, yet chase imaginary bugs, yet have secret plans but lick arm hair. Intrigued by the shower claw drapes. Stand in front of the computer screen always hungry but stick butt in face, yet shove bum in owner's face like camera lens chase ball of string. Chase laser chase imaginary bugs. Find something else more interesting. Play riveting piece on synthesizer keyboard scamper plan steps for world domination. Destroy couch intently sniff hand sun bathe. Rub face on everything use lap as chair, so destroy couch loves cheeseburgers lick butt. Give attitude chase ball of string. Chew foot meowing non stop for food so bathe private parts with tongue then lick owner's face and leave dead animals as gifts chase laser. Need to chase tail chase mice, so lick butt hide when guests come over. Bathe private parts with tongue then lick owner's face hide when guests come over chew foot. Find something else more interesting stare at the wall, play with food and get confused by dust so sit in box for i like big cats and i can not lie and hunt by meowing loudly at 5am next to human slave food dispenser. Meow all night having their mate disturbing sleeping humans purr for no reason, sit in box inspect anything brought into the house. Throwup on your pillow lick arm hair, intrigued by the shower. Climb leg shake treat bag, but eat grass, throw it back up, but spread kitty litter all over house yet stand in front of the computer screen. Have secret plans. Leave dead animals as gifts claw drapes, but hate dog i like big cats and i can not lie all of a sudden cat goes crazy, yet hunt by meowing loudly at 5am next to human slave food dispenser lick arm hair. \r\n\r\nSpot something, big eyes, big eyes, crouch, shake butt, prepare to pounce under the bed, bathe private parts with tongue then lick owner's face for have secret plans under the bed under the bed chase laser. Kick up litter scratch the furniture. Chew on cable stick butt in face, or scratch the furniture yet stare at ceiling stare at ceiling, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Lick butt. See owner, run in terror intently sniff hand, spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce stick butt in face. Intrigued by the shower shake treat bag, or give attitude, or sleep in the bathroom sink for chase ball of string so destroy couch, for present belly, scratch hand when stroked. Under the bed leave fur on owners clothes, and swat at dog, and vommit food and eat it again. Chase dog then run away. Favor packaging over toy present belly, scratch hand when stroked attack feet kick up litter or eat grass, throw it back up leave fur on owners clothes and chase imaginary bugs. Roll on the floor purring your whiskers off hunt anything that moves run in circles, for bathe private parts with tongue then lick owner's face so chase dog then run away spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Stick butt in face meow all night having their mate disturbing sleeping humans eat grass, throw it back up so if it fits, i sits. Love to play with owner's hair tie cat snacks find empty spot in cupboard and sleep all day. Chase dog then run away meowing non stop for food sleep nap roll on the floor purring your whiskers off so purr while eating. Leave dead animals as gifts throwup on your pillow, but chase dog then run away, but hunt anything that moves, so chase imaginary bugs, or chew iPad power cord. Play time i like big cats and i can not lie but spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Bathe private parts with tongue then lick owner's face mark territory poop on grasses, nap all day. Always hungry why must they do that, but hunt by meowing loudly at 5am next to human slave food dispenser. \r\n\r\nIntently stare at the same spot burrow under covers, yet why must they do that. Loves cheeseburgers present belly, scratch hand when stroked hate dog all of a sudden cat goes crazy leave hair everywhere why must they do that, or chase laser. Scamper plan steps for world domination has closed eyes but still sees you. Chew on cable scamper for hunt anything that moves missing until dinner time. Favor packaging over toy chew iPad power cord missing until dinner time, for roll on the floor purring your whiskers off sleep nap hunt anything that moves. Swat at dog claw drapes, meowing non stop for food. Intrigued by the shower chase laser but why must they do that. Kick up litter chase imaginary bugs all of a sudden cat goes crazy purr while eating so purr for no reason flop over. Peer out window, chatter at birds, lure them to mouth roll on the floor purring your whiskers off for claws in your leg, but give attitude. Under the bed stare at ceiling, but all of a sudden cat goes crazy loves cheeseburgers, or has closed eyes but still sees you if it fits, i sits. All of a sudden cat goes crazy climb leg, or purr for no reason hide at bottom of staircase to trip human claws in your leg but hunt by meowing loudly at 5am next to human slave food dispenser meow all night having their mate disturbing sleeping humans. Behind the couch if it fits, i sits play riveting piece on synthesizer keyboard chew foot, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce, but sleep in the bathroom sink or vommit food and eat it again. Leave dead animals as gifts hack up furballs kick up litter, for who's the baby, but hack up furballs hide when guests come over. Intrigued by the shower have secret plans. Chase ball of string kick up litter so if it fits, i sits and stare at the wall, play with food and get confused by dust chew iPad power cord. Shake treat bag run in circles, so give attitude plan steps for world domination, and sleep in the bathroom sink. \r\n"], ["cc", ""], ["from", "nathan@agilestyle.com"], ["slug", "after_create_user"], ["subject", "Welcome Test App User"], ["template", "--- !ruby/object:Liquid::Template\nresource_limits: {}\noptions: {}\nprofiling: \nline_numbers: \nroot: !ruby/object:Liquid::Document\n tag_name: \n markup: \n options:\n :locale: !ruby/object:Liquid::I18n\n path: \"/Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/liquid-3.0.0/lib/liquid/locales/en.yml\"\n blank: \n nodelist:\n - \"Dear Test User,\\r\\n\\r\\nThis is a test email template. Doesn't that sound exciting?\\r\\n\\r\\nStare\n at ceiling chase ball of string use lap as chair, yet mark territory. Attack feet\n stick butt in face stretch vommit food and eat it again but spot something, big\n eyes, big eyes, crouch, shake butt, prepare to pounce. Give attitude stretch,\n or find empty spot in cupboard and sleep all day always hungry poop on grasses\n for sleep on keyboard. Chew foot find empty spot in cupboard and sleep all day\n eat grass, throw it back up so peer out window, chatter at birds, lure them to\n mouth but has closed eyes but still sees you. Present belly, scratch hand when\n stroked. Burrow under covers chase laser. Burrow under covers kick up litter yet\n destroy couch, yet chew iPad power cord, yet chase imaginary bugs, yet have secret\n plans but lick arm hair. Intrigued by the shower claw drapes. Stand in front of\n the computer screen always hungry but stick butt in face, yet shove bum in owner's\n face like camera lens chase ball of string. Chase laser chase imaginary bugs.\n Find something else more interesting. Play riveting piece on synthesizer keyboard\n scamper plan steps for world domination. Destroy couch intently sniff hand sun\n bathe. Rub face on everything use lap as chair, so destroy couch loves cheeseburgers\n lick butt. Give attitude chase ball of string. Chew foot meowing non stop for\n food so bathe private parts with tongue then lick owner's face and leave dead\n animals as gifts chase laser. Need to chase tail chase mice, so lick butt hide\n when guests come over. Bathe private parts with tongue then lick owner's face\n hide when guests come over chew foot. Find something else more interesting stare\n at the wall, play with food and get confused by dust so sit in box for i like\n big cats and i can not lie and hunt by meowing loudly at 5am next to human slave\n food dispenser. Meow all night having their mate disturbing sleeping humans purr\n for no reason, sit in box inspect anything brought into the house. Throwup on\n your pillow lick arm hair, intrigued by the shower. Climb leg shake treat bag,\n but eat grass, throw it back up, but spread kitty litter all over house yet stand\n in front of the computer screen. Have secret plans. Leave dead animals as gifts\n claw drapes, but hate dog i like big cats and i can not lie all of a sudden cat\n goes crazy, yet hunt by meowing loudly at 5am next to human slave food dispenser\n lick arm hair. \\r\\n\\r\\nSpot something, big eyes, big eyes, crouch, shake butt,\n prepare to pounce under the bed, bathe private parts with tongue then lick owner's\n face for have secret plans under the bed under the bed chase laser. Kick up litter\n scratch the furniture. Chew on cable stick butt in face, or scratch the furniture\n yet stare at ceiling stare at ceiling, for spot something, big eyes, big eyes,\n crouch, shake butt, prepare to pounce. Lick butt. See owner, run in terror intently\n sniff hand, spot something, big eyes, big eyes, crouch, shake butt, prepare to\n pounce stick butt in face. Intrigued by the shower shake treat bag, or give attitude,\n or sleep in the bathroom sink for chase ball of string so destroy couch, for present\n belly, scratch hand when stroked. Under the bed leave fur on owners clothes, and\n swat at dog, and vommit food and eat it again. Chase dog then run away. Favor\n packaging over toy present belly, scratch hand when stroked attack feet kick up\n litter or eat grass, throw it back up leave fur on owners clothes and chase imaginary\n bugs. Roll on the floor purring your whiskers off hunt anything that moves run\n in circles, for bathe private parts with tongue then lick owner's face so chase\n dog then run away spot something, big eyes, big eyes, crouch, shake butt, prepare\n to pounce. Stick butt in face meow all night having their mate disturbing sleeping\n humans eat grass, throw it back up so if it fits, i sits. Love to play with owner's\n hair tie cat snacks find empty spot in cupboard and sleep all day. Chase dog then\n run away meowing non stop for food sleep nap roll on the floor purring your whiskers\n off so purr while eating. Leave dead animals as gifts throwup on your pillow,\n but chase dog then run away, but hunt anything that moves, so chase imaginary\n bugs, or chew iPad power cord. Play time i like big cats and i can not lie but\n spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Bathe\n private parts with tongue then lick owner's face mark territory poop on grasses,\n nap all day. Always hungry why must they do that, but hunt by meowing loudly at\n 5am next to human slave food dispenser. \\r\\n\\r\\nIntently stare at the same spot\n burrow under covers, yet why must they do that. Loves cheeseburgers present belly,\n scratch hand when stroked hate dog all of a sudden cat goes crazy leave hair everywhere\n why must they do that, or chase laser. Scamper plan steps for world domination\n has closed eyes but still sees you. Chew on cable scamper for hunt anything that\n moves missing until dinner time. Favor packaging over toy chew iPad power cord\n missing until dinner time, for roll on the floor purring your whiskers off sleep\n nap hunt anything that moves. Swat at dog claw drapes, meowing non stop for food.\n Intrigued by the shower chase laser but why must they do that. Kick up litter\n chase imaginary bugs all of a sudden cat goes crazy purr while eating so purr\n for no reason flop over. Peer out window, chatter at birds, lure them to mouth\n roll on the floor purring your whiskers off for claws in your leg, but give attitude.\n Under the bed stare at ceiling, but all of a sudden cat goes crazy loves cheeseburgers,\n or has closed eyes but still sees you if it fits, i sits. All of a sudden cat\n goes crazy climb leg, or purr for no reason hide at bottom of staircase to trip\n human claws in your leg but hunt by meowing loudly at 5am next to human slave\n food dispenser meow all night having their mate disturbing sleeping humans. Behind\n the couch if it fits, i sits play riveting piece on synthesizer keyboard chew\n foot, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce,\n but sleep in the bathroom sink or vommit food and eat it again. Leave dead animals\n as gifts hack up furballs kick up litter, for who's the baby, but hack up furballs\n hide when guests come over. Intrigued by the shower have secret plans. Chase ball\n of string kick up litter so if it fits, i sits and stare at the wall, play with\n food and get confused by dust chew iPad power cord. Shake treat bag run in circles,\n so give attitude plan steps for world domination, and sleep in the bathroom sink.\n \\r\\n\"\nwarnings: \n"]]  (0.8ms) commit transaction Redirected to http://localhost:3001/admin/email_templates Completed 302 Found in 22ms (ActiveRecord: 1.8ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 12:02:44 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (129.0ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (131.8ms) Completed 200 OK in 152ms (Views: 146.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:02:44 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 12:02:44 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 12:03:38 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (109.2ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (121.1ms) Completed 200 OK in 223ms (Views: 144.3ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:03:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 12:03:38 -0700  (0.1ms) SELECT COUNT(*) FROM "email_templates" Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 12:07:04 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (100.9ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (114.3ms) Completed 200 OK in 208ms (Views: 138.2ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:07:04 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 12:07:04 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:07:19 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-10 12:08:11 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates"  (0.2ms) SELECT COUNT(*) FROM "email_templates" CACHE (0.0ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (45403.9ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (53482.5ms) Completed 200 OK in 74822ms (Views: 53495.3ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:09:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 12:09:26 -0700 Started GET "/admin/email_templates/1" for 127.0.0.1 at 2014-12-10 12:11:03 -0700 Processing by Admin::EmailTemplatesController#show as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.5ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/show.html.haml within layouts/application (7.1ms) Completed 200 OK in 26ms (Views: 22.0ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-10 12:11:03 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-10 12:11:03 -0700 SQL (4.5ms) DELETE FROM "email_templates" Started GET "/" for 127.0.0.1 at 2014-12-11 09:24:59 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (2.1ms) Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:24:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:24:59 -0700 Started GET "/users/sign_up" for 127.0.0.1 at 2014-12-11 09:25:04 -0700 Processing by Devise::RegistrationsController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Redirected to http://localhost:3001/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 22ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:25:04 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:25:04 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:25:04 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:25:14 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.6ms) Started GET "/users/" for 127.0.0.1 at 2014-12-11 09:25:19 -0700 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2014-12-11 09:25:23 -0700 Processing by Devise::SessionsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Redirected to http://localhost:3001/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:25:23 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:25:23 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:25:23 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:26:56 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined local variable or method `sign_out_path' for #<#:0x0000010136c7f0>): 12:

<%= alert %>

13: 14: <% if signed_in? %> 15: <%= link_to "Sign Out", sign_out_path %> 16: <% else %> 17: <%= link_to "Sign In", sign_in_path %> 18: <% end %> app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__4205708449238577676_2166036340' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.2ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:28:09 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:28:09 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:28:09 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:28:11 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.2ms) Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:28:37 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.7ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:28:40 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:28:40 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:28:40 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:28:42 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.7ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:28:45 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:28:45 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:28:45 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:28:46 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.0ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:30:55 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:30:55 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:30:55 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:30:59 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:31:06 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.1ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:33:43 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:33:43 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:33:43 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:33:44 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:33:44 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:33:44 -0700 Started GET "/users/sign_out.1" for 127.0.0.1 at 2014-12-11 09:33:46 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out.1"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.9ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:34:12 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (1.6ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:34:12 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:34:12 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:34:14 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (39.2ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:07 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:07 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:07 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:26 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:26 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:26 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:27 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:27 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:27 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:30 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:31 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:31 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:32 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:32 -0700 Started GET "/" for 127.0.0.1 at 2014-12-11 09:36:50 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:36:50 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:36:50 -0700 Started GET "/foo" for 127.0.0.1 at 2014-12-11 09:36:51 -0700 ActionController::RoutingError (No route matches [GET] "/foo"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.6ms) Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:36:57 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.4ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:38:32 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:38:32 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:38:32 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:38:34 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (34.8ms) Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:39:03 -0700 ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.2ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:39:05 -0700 Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:39:05 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:39:05 -0700 Started GET "/users/sign_out" for 127.0.0.1 at 2014-12-11 09:45:46 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/users/sign_out"): actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (33.7ms) Started GET "/" for 127.0.0.1 at 2014-12-11 09:47:19 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (1.9ms) Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:47:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:47:19 -0700 Started GET "/users/sign_in" for 127.0.0.1 at 2014-12-11 09:47:21 -0700 Processing by Devise::SessionsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (27.9ms) Completed 200 OK in 65ms (Views: 46.2ms | ActiveRecord: 0.7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:47:21 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:47:21 -0700 Started GET "/users/sign_up" for 127.0.0.1 at 2014-12-11 09:47:24 -0700 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/registrations/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:47:24 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:47:24 -0700 Started POST "/users" for 127.0.0.1 at 2014-12-11 09:47:45 -0700 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zpNQnpFv2IBusVEZciKf/beVgKytClDqsRSBAeSb2oM=", "user"=>{"email"=>"nathan.feaver@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan.feaver@gmail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-11 16:47:45.284823"], ["email", "nathan.feaver@gmail.com"], ["encrypted_password", "$2a$10$UIGVUyh/r6jeFJJ8aR0nc.htNXqL53lGmuQNzVjrACW.pN2AoI1l2"], ["updated_at", "2014-12-11 16:47:45.284823"]] Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 UserLiquidMailer#after_create_user: processed outbound mail in 53.6ms  (0.5ms) rollback transaction Completed 500 Internal Server Error in 152ms NoMethodError (undefined method `mail_options' for nil:NilClass): app/mailers/user_liquid_mailer.rb:3:in `after_create_user' app/models/user.rb:12:in `after_create' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms) Started POST "/users" for 127.0.0.1 at 2014-12-11 09:54:06 -0700 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zpNQnpFv2IBusVEZciKf/beVgKytClDqsRSBAeSb2oM=", "user"=>{"email"=>"nathan.feaver@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan.feaver@gmail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-11 16:54:06.268088"], ["email", "nathan.feaver@gmail.com"], ["encrypted_password", "$2a$10$t16qhvIP.eaWdxK900wa/u7z7LhaqnsHIJ0IDUHAmQSSSMHQy96JO"], ["updated_at", "2014-12-11 16:54:06.268088"]] Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 UserLiquidMailer#after_create_user: processed outbound mail in 1.0ms  (0.4ms) rollback transaction Completed 500 Internal Server Error in 85ms NoMethodError (undefined method `mail_options' for nil:NilClass): app/mailers/user_liquid_mailer.rb:3:in `after_create_user' app/models/user.rb:12:in `after_create' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-12-11 09:54:39 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Devise::RegistrationsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (1.2ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/registrations/new.html.erb within layouts/application (24.5ms) Completed 200 OK in 66ms (Views: 51.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-11 09:54:39 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-11 09:54:39 -0700 Started POST "/users" for 127.0.0.1 at 2014-12-11 09:54:48 -0700 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zpNQnpFv2IBusVEZciKf/beVgKytClDqsRSBAeSb2oM=", "user"=>{"email"=>"nathan.feaver@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nathan.feaver@gmail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-11 16:54:48.117516"], ["email", "nathan.feaver@gmail.com"], ["encrypted_password", "$2a$10$4XecdtwFqUMF2MSTCyqM/eCfmeL.YGURywlUA7gvOv9Xq4X7zoOui"], ["updated_at", "2014-12-11 16:54:48.117516"]] Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 CACHE (0.0ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 UserLiquidMailer#after_create_user: processed outbound mail in 60.5ms  (8.4ms) rollback transaction Completed 500 Internal Server Error in 157ms ActionView::MissingTemplate (Missing template user_liquid_mailer/after_create_user with "mailer". Searched in: * "user_liquid_mailer" ): app/mailers/user_liquid_mailer.rb:3:in `after_create_user' app/models/user.rb:12:in `after_create' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2014-12-12 10:23:13 -0700 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (2.4ms) Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:23:13 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:23:13 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:23:18 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (7.7ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (1976.7ms) Completed 200 OK in 11990ms (Views: 1993.6ms | ActiveRecord: 8.6ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-12 10:23:37 -0700 Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (30.0ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (45.5ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `simple_form_for' for #<#:0x00000101beb318>): 1: = simple_form_for email_template, url: email_template_form_url(email_template) do |f| 2: = f.input :slug 3: = f.input :from 4: = f.input :cc /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml:1:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates__form_html_haml___1952182512128482133_2162000400' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.8) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.8) lib/action_view/helpers/rendering_helper.rb:32:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml:3:in `___sers_nathan_gems_effective_email_templates_app_views_admin_email_templates_new_html_haml__2469363432609580077_2162082580' actionview (4.1.8) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.8) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.8) lib/action_view/template.rb:339:in `instrument' actionview (4.1.8) lib/action_view/template.rb:143:in `render' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.8) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.8) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.8) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.8) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.8) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.8) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.8) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.8) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.8) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.8) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.8) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.8) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.8) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.8) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.8) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/railtie.rb:194:in `public_send' railties (4.1.8) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.8) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.8) lib/active_record/migration.rb:380:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.8) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.8) lib/rails/engine.rb:514:in `call' railties (4.1.8) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/nathan/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.6ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-12 10:24:19 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (108.4ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (114.4ms) Completed 200 OK in 207ms (Views: 136.1ms | ActiveRecord: 0.7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:24:20 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:24:20 -0700 Started POST "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:26:09 -0700 Processing by Admin::EmailTemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8A6UKDPN6O1+JE24LLZ/a60kH7Z86bZukApnn9fM3KU=", "effective_email_template"=>{"slug"=>"after_create_user", "from"=>"nathan@agilestyle.com", "cc"=>"", "bcc"=>"", "subject"=>"Hello World", "body"=>"This is an email to a new user."}, "commit"=>"Create Email template"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1  (0.1ms) begin transaction Effective::EmailTemplate Exists (0.4ms) SELECT 1 AS one FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user' LIMIT 1 SQL (0.6ms) INSERT INTO "email_templates" ("bcc", "body", "cc", "from", "slug", "subject", "template") VALUES (?, ?, ?, ?, ?, ?, ?) [["bcc", ""], ["body", "This is an email to a new user."], ["cc", ""], ["from", "nathan@agilestyle.com"], ["slug", "after_create_user"], ["subject", "Hello World"], ["template", "--- !ruby/object:Liquid::Template\nresource_limits: {}\noptions: {}\nprofiling: \nline_numbers: \nroot: !ruby/object:Liquid::Document\n tag_name: \n markup: \n options:\n :locale: !ruby/object:Liquid::I18n\n path: \"/Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/liquid-3.0.0/lib/liquid/locales/en.yml\"\n blank: \n nodelist:\n - This is an email to a new user.\nwarnings: \n"]]  (0.8ms) commit transaction Redirected to http://localhost:3001/admin/email_templates Completed 302 Found in 16ms (ActiveRecord: 2.0ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:26:09 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (9372.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (10762.7ms) Completed 200 OK in 19964ms (Views: 10789.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:26:29 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:26:29 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:27:07 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.1ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (630.7ms) Completed 200 OK in 3860ms (Views: 650.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:27:11 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:27:11 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:28:11 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.6ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (1068.8ms) Completed 200 OK in 4029ms (Views: 1082.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:28:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:28:15 -0700 Started GET "/admin/email_templates/new" for 127.0.0.1 at 2014-12-12 10:28:48 -0700 Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (15.5ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (17.9ms) Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:28:48 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:28:48 -0700 Started POST "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:29:12 -0700 Processing by Admin::EmailTemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8A6UKDPN6O1+JE24LLZ/a60kH7Z86bZukApnn9fM3KU=", "effective_email_template"=>{"slug"=>"hello_world", "from"=>"nathan@agilestyle.com", "cc"=>"", "bcc"=>"", "subject"=>"A new email", "body"=>"This isn't actually used in the app"}, "commit"=>"Create Email template"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1  (0.1ms) begin transaction Effective::EmailTemplate Exists (0.1ms) SELECT 1 AS one FROM "email_templates" WHERE "email_templates"."slug" = 'hello_world' LIMIT 1 SQL (0.2ms) INSERT INTO "email_templates" ("bcc", "body", "cc", "from", "slug", "subject", "template") VALUES (?, ?, ?, ?, ?, ?, ?) [["bcc", ""], ["body", "This isn't actually used in the app"], ["cc", ""], ["from", "nathan@agilestyle.com"], ["slug", "hello_world"], ["subject", "A new email"], ["template", "--- !ruby/object:Liquid::Template\nresource_limits: {}\noptions: {}\nprofiling: \nline_numbers: \nroot: !ruby/object:Liquid::Document\n tag_name: \n markup: \n options:\n :locale: !ruby/object:Liquid::I18n\n path: \"/Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/liquid-3.0.0/lib/liquid/locales/en.yml\"\n blank: \n nodelist:\n - This isn't actually used in the app\nwarnings: \n"]]  (0.6ms) commit transaction Redirected to http://localhost:3001/admin/email_templates Completed 302 Found in 7ms (ActiveRecord: 1.1ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:29:12 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.7ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (1339.1ms) Completed 200 OK in 7078ms (Views: 1356.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:29:19 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:29:19 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:34:28 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.3ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (4466.5ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (5185.9ms) Completed 200 OK in 7357ms (Views: 5217.9ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:34:36 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:34:36 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:35:43 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:37:29 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (4739.4ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (6056.7ms) Completed 200 OK in 9564ms (Views: 6120.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:37:38 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:37:38 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:38:13 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Effective::EmailTemplate Load (0.2ms) SELECT "email_templates".* FROM "email_templates" Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (2.0ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (700.7ms) Completed 200 OK in 3442ms (Views: 714.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:38:16 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:38:16 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:02 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (3.2ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (6.2ms) Completed 200 OK in 33ms (Views: 19.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:02 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:02 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:14 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.3ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (2.3ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:14 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:14 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (2.4ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (4.4ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.5ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (3.0ms) Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (2.3ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (4.7ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:15 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:44 -0700 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (96.3ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (103.6ms) Completed 200 OK in 210ms (Views: 126.1ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:44 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:44 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:40:46 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (3.3ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:40:46 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:40:46 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2014-12-12 10:41:01 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.3ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (3.4ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-12 10:41:01 -0700 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-12 10:41:01 -0700 Started GET "/" for 127.0.0.1 at 2015-01-30 13:55:30 -0700 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by WelcomeController#index as HTML Rendered welcome/index.html.haml within layouts/application (3.2ms) Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-30 13:55:30 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-30 13:55:30 -0700 Started GET "/admin/email_templates" for 127.0.0.1 at 2015-01-30 13:55:35 -0700 Processing by Admin::EmailTemplatesController#index as HTML Completed 401 Unauthorized in 8ms Started GET "/users/sign_in" for 127.0.0.1 at 2015-01-30 13:55:35 -0700 Processing by Devise::SessionsController#new as HTML Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (1.8ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (22.7ms) Completed 200 OK in 65ms (Views: 53.9ms | ActiveRecord: 0.6ms) User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started POST "/users/sign_in" for 127.0.0.1 at 2015-01-30 13:56:08 -0700 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3weNCLVuJZPo5a6mRz9KUDt00VCcX+kRaxaAgbgdHN4=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' ORDER BY "users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 103ms Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3weNCLVuJZPo5a6mRz9KUDt00VCcX+kRaxaAgbgdHN4=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (0.6ms) Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 110ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2015-01-30 13:56:15 -0700 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3weNCLVuJZPo5a6mRz9KUDt00VCcX+kRaxaAgbgdHN4=", "user"=>{"email"=>"nathan@agilestyle.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nathan@agilestyle.com' ORDER BY "users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["current_sign_in_at", "2015-01-30 20:56:15.777113"], ["sign_in_count", 2], ["updated_at", "2015-01-30 20:56:15.778608"]]  (0.6ms) commit transaction Redirected to http://localhost:3001/admin/email_templates Completed 302 Found in 119ms (ActiveRecord: 6.9ms) Started GET "/admin/email_templates" for 127.0.0.1 at 2015-01-30 13:56:15 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (147.8ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (153.9ms) Completed 200 OK in 258ms (Views: 172.1ms | ActiveRecord: 0.8ms) Started GET "/admin/email_templates/new" for 127.0.0.1 at 2015-01-30 13:56:21 -0700 Processing by Admin::EmailTemplatesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/_form.html.haml (74.2ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/new.html.haml within layouts/application (77.8ms) Completed 200 OK in 99ms (Views: 95.5ms | ActiveRecord: 0.2ms)  (0.5ms) SELECT COUNT(*) FROM "email_templates" Started GET "/admin/email_templates" for 127.0.0.1 at 2015-01-30 13:56:59 -0700 Processing by Admin::EmailTemplatesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 Rendered /Users/nathan/.rvm/gems/ruby-2.1.0@effective_email_templates/bundler/gems/effective_datatables-73c9a8d7fe16/app/views/effective/datatables/_datatable.html.haml (1.9ms) Rendered /Users/nathan/gems/effective_email_templates/app/views/admin/email_templates/index.html.haml within layouts/application (3.6ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-30 13:56:59 -0700 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-30 13:56:59 -0700 Effective::EmailTemplate Load (0.7ms) SELECT "email_templates".* FROM "email_templates" WHERE "email_templates"."slug" = 'after_create_user'