(0.8ms) 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 CreatePosts (20140905082902)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "slug" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_posts_on_slug" ON "posts" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140905082902"]]  (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_posts_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_posts_on_slug' AND type='index'  Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:29:20 +0800 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 59ms (Views: 57.5ms | ActiveRecord: 0.1ms) Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:29:20 +0800 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:21 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:21 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:21 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:21 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:21 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:29:23 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (19.5ms) Rendered posts/new.html.erb within layouts/application (23.3ms) Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.6ms) Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (2.3ms) Rendered posts/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:24 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.7ms) Rendered posts/new.html.erb within layouts/application (5.3ms) Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:47 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:29:48 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (2.7ms) Rendered posts/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (2.0ms) Rendered posts/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 39ms (Views: 38.3ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:29:49 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:30:03 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"a asdfasdf asdfasf", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.2ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = 'a-asdfasdf-asdfasf' LIMIT 1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", ""], ["created_at", "2014-09-05 08:30:03.376334"], ["slug", "a-asdfasdf-asdfasf"], ["title", "a asdfasdf asdfasf"], ["updated_at", "2014-09-05 08:30:03.376334"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/posts/a-asdfasdf-asdfasf Completed 302 Found in 80ms (ActiveRecord: 1.4ms) Started GET "/posts/a-asdfasdf-asdfasf" for 127.0.0.1 at 2014-09-05 16:30:03 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"a-asdfasdf-asdfasf"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Post with 'id'=a-asdfasdf-asdfasf): app/controllers/posts_controller.rb:51:in `set_post' Rendered /Users/tonytonyjan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/tonytonyjan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tonytonyjan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms) Started GET "/posts/a-asdfasdf-asdfasf" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"a-asdfasdf-asdfasf"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = 'a-asdfasdf-asdfasf' LIMIT 1 Rendered posts/show.html.erb within layouts/application (1.9ms) Completed 200 OK in 26ms (Views: 19.4ms | ActiveRecord: 0.4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:19 +0800 Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (1.4ms) Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:21 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.1ms) Rendered posts/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 28ms (Views: 28.1ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:22 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"Hello Work", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.2ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = 'hello-work' LIMIT 1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", ""], ["created_at", "2014-09-05 08:30:29.532321"], ["slug", "hello-work"], ["title", "Hello Work"], ["updated_at", "2014-09-05 08:30:29.532321"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/posts/hello-work Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Started GET "/posts/hello-work" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"hello-work"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = 'hello-work' LIMIT 1 Rendered posts/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:30:29 +0800 Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:34:57 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (2.5ms) Rendered posts/new.html.erb within layouts/application (3.4ms) Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:34:59 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"窘了", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.1ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Rendered posts/_form.html.erb (4.4ms) Rendered posts/new.html.erb within layouts/application (5.2ms) Completed 200 OK in 23ms (Views: 19.0ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:04 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:35:07 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"窘了", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.1ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Rendered posts/_form.html.erb (2.0ms) Rendered posts/new.html.erb within layouts/application (6.4ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:08 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:08 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:08 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:08 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:08 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:35:15 +0800 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"窘了", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.0ms) begin transaction Post Exists (0.1ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = '9e5c93' LIMIT 1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", ""], ["created_at", "2014-09-05 08:35:15.830918"], ["slug", "9e5c93"], ["title", "窘了"], ["updated_at", "2014-09-05 08:35:15.830918"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/posts/9e5c93 Completed 302 Found in 111ms (ActiveRecord: 1.4ms) Started GET "/posts/9e5c93" for 127.0.0.1 at 2014-09-05 16:35:15 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"9e5c93"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = '9e5c93' LIMIT 1 Rendered posts/show.html.erb within layouts/application (2.3ms) Completed 200 OK in 36ms (Views: 32.7ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:15 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:16 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:16 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:16 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:16 +0800 Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:18 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (8.5ms) Rendered posts/new.html.erb within layouts/application (11.8ms) Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:19 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"ajsidf jaisfjiasdf哈哈", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.1ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = 'ajsidf-jaisfjiasdf' LIMIT 1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", ""], ["created_at", "2014-09-05 08:35:25.503082"], ["slug", "ajsidf-jaisfjiasdf"], ["title", "ajsidf jaisfjiasdf哈哈"], ["updated_at", "2014-09-05 08:35:25.503082"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/posts/ajsidf-jaisfjiasdf Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/posts/ajsidf-jaisfjiasdf" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"ajsidf-jaisfjiasdf"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = 'ajsidf-jaisfjiasdf' LIMIT 1 Rendered posts/show.html.erb within layouts/application (0.7ms) Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:25 +0800 Started GET "/posts" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:36 +0800 Started GET "/posts/new" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.0ms) Rendered posts/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:39 +0800 Started POST "/posts" for 127.0.0.1 at 2014-09-05 16:35:41 +0800 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tM7T7f6MdY+XBdLnwWdfHu42ckNze5UF4hq4LkcvpCQ=", "post"=>{"title"=>"ajsidf jaisfjiasdf", "content"=>"", "slug"=>""}, "commit"=>"Create Post"}  (0.1ms) begin transaction Post Exists (0.2ms) SELECT 1 AS one FROM "posts" WHERE "posts"."slug" = 'ajsidf-jaisfjiasdf' LIMIT 1  (0.1ms) rollback transaction Rendered posts/_form.html.erb (2.6ms) Rendered posts/new.html.erb within layouts/application (3.3ms) Completed 200 OK in 21ms (Views: 17.3ms | ActiveRecord: 0.4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:41 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:41 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-09-05 16:35:41 +0800 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:41 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-05 16:35:41 +0800