(0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20150314042338)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/PMAC151S/work/lib/rails_sandbox_server/test/dummy/db/migrate/20150314042338_create_articles.rb:7)  (0.3ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150314042338"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for ::1 at 2015-06-26 08:35:46 +0900 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML  (0.1ms) begin transaction begin transaction # Rendered /Users/PMAC151S/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/templates/rails/welcome/index.html.erb (5.4ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.1ms) Started GET "/articles/" for ::1 at 2015-06-26 08:37:30 +0900 Processing by ArticlesController#index as HTML Article Load (1.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 288ms (Views: 282.1ms | ActiveRecord: 1.4ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:37:31 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:37:31 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:37:31 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:37:31 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:37:31 +0900 Started POST "/sandbox/setup" for 127.0.0.1 at 2015-06-26 08:38:05 +0900 Processing by SandboxController#setup as */* Parameters: {"fixture"=>"articles"}  (0.1ms) SAVEPOINT active_record_1 Fixture Delete (0.3ms) DELETE FROM "articles" Fixture Insert (0.5ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:38:05', '2015-06-25 23:38:05', 980190962) Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:38:05', '2015-06-25 23:38:05', 298486374)  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 11ms (Views: 2.1ms | ActiveRecord: 1.4ms) Started GET "/articles/" for ::1 at 2015-06-26 08:38:27 +0900 Processing by ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.1ms) Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:38:27 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:38:27 +0900 Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:38:27 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:38:27 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:38:27 +0900 Started GET "/sandbox/rollback" for 127.0.0.1 at 2015-06-26 08:38:46 +0900 Processing by SandboxController#rollback as */* rollback transaction #  (0.3ms) rollback transaction Rendered text template (0.0ms) Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms) Started GET "/articles/" for ::1 at 2015-06-26 08:38:48 +0900 Processing by ArticlesController#index as HTML  (0.1ms) begin transaction begin transaction # Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.2ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:38:48 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:38:48 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:38:48 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:38:48 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:38:48 +0900 Started POST "/sandbox/setup" for 127.0.0.1 at 2015-06-26 08:39:24 +0900 Processing by SandboxController#setup as */* Parameters: {"fixtures"=>"articles"}  (0.1ms) SAVEPOINT active_record_1 Fixture Delete (0.3ms) DELETE FROM "articles" Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:39:24', '2015-06-25 23:39:24', 980190962) Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:39:24', '2015-06-25 23:39:24', 298486374)  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.7ms) Started GET "/articles/" for ::1 at 2015-06-26 08:39:26 +0900 Processing by ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.1ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:39:26 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:39:26 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:39:26 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:39:26 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:39:26 +0900 Started GET "/sandbox/rollback" for 127.0.0.1 at 2015-06-26 08:39:33 +0900 Processing by SandboxController#rollback as */* rollback transaction #  (0.3ms) rollback transaction Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms) Started GET "/articles/" for ::1 at 2015-06-26 08:39:35 +0900 Processing by ArticlesController#index as HTML  (0.1ms) begin transaction begin transaction # Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:39:35 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:39:35 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:39:35 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:39:35 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:39:35 +0900 Started POST "/sandbox/setup" for 127.0.0.1 at 2015-06-26 08:42:31 +0900 Processing by SandboxController#setup as */* Parameters: {"fixtures"=>"articles", "fixtures_dir"=>"/Users/PMAC151S/work/lib/rails_sandbox_server"}  (0.1ms) SAVEPOINT active_record_1 Fixture Delete (0.2ms) DELETE FROM "articles" Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('HOGEHUGAMyString', 'MyText', '2015-06-25 23:42:31', '2015-06-25 23:42:31', 980190962) Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:42:31', '2015-06-25 23:42:31', 298486374)  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms) Started GET "/articles/" for ::1 at 2015-06-26 08:42:36 +0900 Processing by ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:42:36 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:42:36 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:42:36 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:42:36 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:42:36 +0900 Started GET "/sandbox/rollback" for 127.0.0.1 at 2015-06-26 08:43:57 +0900 Processing by SandboxController#rollback as */* rollback transaction #  (0.2ms) rollback transaction Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms) Started POST "/sandbox/setup" for 127.0.0.1 at 2015-06-26 08:44:11 +0900 Processing by SandboxController#setup as */* Parameters: {"fixtures"=>["articles"]}  (0.1ms) begin transaction begin transaction #  (0.1ms) SAVEPOINT active_record_1 Fixture Delete (0.2ms) DELETE FROM "articles" Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:44:11', '2015-06-25 23:44:11', 980190962) Fixture Insert (0.1ms) INSERT INTO "articles" ("title", "content", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-06-25 23:44:11', '2015-06-25 23:44:11', 298486374)  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.7ms) Started GET "/articles/" for ::1 at 2015-06-26 08:44:14 +0900 Processing by ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 36ms (Views: 35.7ms | ActiveRecord: 0.1ms) Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 08:44:14 +0900 Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 08:44:14 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 08:44:14 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 08:44:14 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 08:44:14 +0900 Started GET "/articles/" for ::1 at 2015-06-26 11:48:11 +0900 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML  (0.1ms) begin transaction begin transaction # Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 233ms (Views: 229.7ms | ActiveRecord: 0.8ms) Started GET "/assets/scaffold.self.css?body=1" for ::1 at 2015-06-26 11:48:12 +0900 Started GET "/assets/articles.self.css?body=1" for ::1 at 2015-06-26 11:48:12 +0900 Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-26 11:48:12 +0900 Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 11:48:12 +0900 Started GET "/assets/articles.self.js?body=1" for ::1 at 2015-06-26 11:48:12 +0900 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"