|
|
[1m[36m (21.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
|
|
[1m[36m (10.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
|
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
|
Migrating to CreateMovies (20150809022253)
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
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 /home/ubuntu/workspace/hw-rottenpotatoes-rails-intro/db/migrate/20150809022253_create_movies.rb:10)
|
|
|
[1m[35m (0.4ms)[0m CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime)
|
|
|
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150809022253"]]
|
|
|
[1m[35m (10.5ms)[0m commit transaction
|
|
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
|
|
|
|
|
|
|
Started GET "/" for 124.16.104.110 at 2016-11-04 15:32:19 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
|
Processing by MoviesController#index as HTML
|
|
|
[1m[35mMovie Load (0.3ms)[0m SELECT "movies".* FROM "movies"
|
|
|
Rendered movies/index.html.haml within layouts/application (7.0ms)
|
|
|
Completed 200 OK in 997ms (Views: 985.6ms | ActiveRecord: 0.5ms)
|
|
|
|
|
|
|
|
|
Started GET "/assets/default.self-49554e9e270baee081b10069c4f5f33b75f6549ad240aac134400c56d752bf9f.css?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
|
|
|
|
|
|
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
|
|
|
|
|
|
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
|
|
|
|
|
|
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
|
|
|
|
|
|
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
|
|
|
|
|
|
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
|
[1m[35m (0.1ms)[0m begin transaction
|
|
|
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Aladdin"], ["rating", "G"], ["release_date", "1992-11-25 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.714195"], ["updated_at", "2016-11-04 15:36:22.714195"]]
|
|
|
[1m[35m (12.7ms)[0m commit transaction
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
[1m[35mSQL (0.2ms)[0m INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Terminator"], ["rating", "R"], ["release_date", "1984-10-26 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.731603"], ["updated_at", "2016-11-04 15:36:22.731603"]]
|
|
|
[1m[36m (10.6ms)[0m [1mcommit transaction[0m
|
|
|
[1m[35m (0.1ms)[0m begin transaction
|
|
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "When Harry Met Sally"], ["rating", "R"], ["release_date", "1989-07-21 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.744163"], ["updated_at", "2016-11-04 15:36:22.744163"]]
|
|
|
[1m[35m (10.2ms)[0m commit transaction
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
[1m[35mSQL (0.2ms)[0m INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Help"], ["rating", "PG-13"], ["release_date", "2011-08-10 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.756128"], ["updated_at", "2016-11-04 15:36:22.756128"]]
|
|
|
[1m[36m (10.5ms)[0m [1mcommit transaction[0m
|
|
|
[1m[35m (0.1ms)[0m begin transaction
|
|
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Chocolat"], ["rating", "PG-13"], ["release_date", "2001-01-05 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.768542"], ["updated_at", "2016-11-04 15:36:22.768542"]]
|
|
|
[1m[35m (10.1ms)[0m commit transaction
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
[1m[35mSQL (0.3ms)[0m INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Amelie"], ["rating", "R"], ["release_date", "2001-04-25 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.780986"], ["updated_at", "2016-11-04 15:36:22.780986"]]
|
|
|
[1m[36m (17.1ms)[0m [1mcommit transaction[0m
|
|
|
[1m[35m (0.1ms)[0m begin transaction
|
|
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "2001: A Space Odyssey"], ["rating", "G"], ["release_date", "1968-04-06 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.800502"], ["updated_at", "2016-11-04 15:36:22.800502"]]
|
|
|
[1m[35m (10.1ms)[0m commit transaction
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
[1m[35mSQL (0.2ms)[0m INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Incredibles"], ["rating", "PG"], ["release_date", "2004-11-05 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.812686"], ["updated_at", "2016-11-04 15:36:22.812686"]]
|
|
|
[1m[36m (10.1ms)[0m [1mcommit transaction[0m
|
|
|
[1m[35m (0.1ms)[0m begin transaction
|
|
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Raiders of the Lost Ark"], ["rating", "PG"], ["release_date", "1981-06-12 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.824825"], ["updated_at", "2016-11-04 15:36:22.824825"]]
|
|
|
[1m[35m (10.0ms)[0m commit transaction
|
|
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
|
[1m[35mSQL (0.3ms)[0m INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Chicken Run"], ["rating", "G"], ["release_date", "2000-06-21 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.836726"], ["updated_at", "2016-11-04 15:36:22.836726"]]
|
|
|
[1m[36m (9.9ms)[0m [1mcommit transaction[0m
|
|
|
|
|
|
|
|
|
Started GET "/" for 124.16.104.110 at 2016-11-04 15:37:04 +0000
|
|
|
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
|
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
|
Processing by MoviesController#index as HTML
|
|
|
[1m[35mMovie Load (0.3ms)[0m SELECT "movies".* FROM "movies"
|
|
|
Rendered movies/index.html.haml within layouts/application (20.5ms)
|
|
|
Completed 200 OK in 333ms (Views: 321.8ms | ActiveRecord: 0.7ms)
|