Started GET "/" for 127.0.0.1 at 2014-11-10 11:15:37 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/railties-4.1.2/lib/rails/templates/rails/welcome/index.html.erb (2.6ms) Completed 200 OK in 21ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/rails/info/properties" for 127.0.0.1 at 2014-11-10 11:16:07 +0000 Processing by Rails::InfoController#properties as */* Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/railties-4.1.2/lib/rails/templates/rails/info/properties.html.erb (0.6ms) Completed 200 OK in 48ms (Views: 15.2ms | ActiveRecord: 2.1ms) Started GET "/" for 127.0.0.1 at 2014-11-10 11:20:07 +0000 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.1.2) lib/active_record/migration.rb:389:in `check_pending!' activerecord (4.1.2) lib/active_record/migration.rb:377:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.2) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.2) lib/rails/engine.rb:514:in `call' railties (4.1.2) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.8ms)  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGets (20141110111932)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "gets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "home" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141110111932"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-11-10 11:21:08 +0000 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/railties-4.1.2/lib/rails/templates/rails/welcome/index.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20141110112149)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141110112149"]]  (9.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/post" for 127.0.0.1 at 2014-11-10 11:22:12 +0000 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/post"): actionpack (4.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.2) lib/rails/engine.rb:514:in `call' railties (4.1.2) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.4ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (39.1ms) Started GET "/gets" for 127.0.0.1 at 2014-11-10 11:31:37 +0000 Processing by GetsController#index as HTML Get Load (0.2ms) SELECT "gets".* FROM "gets" Rendered gets/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 1258ms (Views: 1255.9ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/gets.css?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/gets.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-11-10 11:31:38 +0000 Started GET "/post" for 127.0.0.1 at 2014-11-10 11:31:47 +0000 ActionController::RoutingError (No route matches [GET] "/post"): actionpack (4.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.2) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.2) lib/rails/engine.rb:514:in `call' railties (4.1.2) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' 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/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/Steer/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/Steer/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (18.4ms) Started GET "/posts" for 127.0.0.1 at 2014-11-10 11:31:53 +0000 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (1.3ms) Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.1ms) Started GET "/posts/new" for 127.0.0.1 at 2014-11-10 11:32:00 +0000 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (19.8ms) Rendered posts/new.html.erb within layouts/application (21.1ms) Completed 200 OK in 92ms (Views: 90.8ms | ActiveRecord: 0.2ms) Started POST "/posts" for 127.0.0.1 at 2014-11-10 11:32:02 +0000 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HuSUOycpg+5YnnjM3/vOxV/X47a1PkgwxzhUeMmNaGg=", "commit"=>"Create Post"}  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-11-10 11:32:02.593511"], ["updated_at", "2014-11-10 11:32:02.593511"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/posts/1 Completed 302 Found in 9ms (ActiveRecord: 1.2ms) Started GET "/posts/1" for 127.0.0.1 at 2014-11-10 11:32:02 +0000 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Rendered posts/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 47ms (Views: 44.9ms | ActiveRecord: 0.2ms) Started GET "/posts/1/edit" for 127.0.0.1 at 2014-11-10 11:32:05 +0000 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Rendered posts/_form.html.erb (1.2ms) Rendered posts/edit.html.erb within layouts/application (2.7ms) Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.1ms) Started GET "/posts" for 127.0.0.1 at 2014-11-10 11:32:08 +0000 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (1.5ms) Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.1ms) Started DELETE "/posts/1" for 127.0.0.1 at 2014-11-10 11:32:21 +0000 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"HuSUOycpg+5YnnjM3/vOxV/X47a1PkgwxzhUeMmNaGg=", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Started GET "/posts" for 127.0.0.1 at 2014-11-10 11:32:21 +0000 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.1ms)